addSeries (obj)

How can i delete series? i tried with clearAll() method, but it only clear data and don´t clear series.

thank you

Series can not be deleted from Chart. You need to rebuild the whole Chart if you do not want to show a series that is already created:

if(chart)
chart.destructor()
chart = new dhtmlXChart({

});