How can i clear ITEMS from Telerik.Charting.ChartSeriesItem ???
for example :
dim list as new list of single
and easily i can clear items like list.clear
but i am confused about ChartSeriesItem :)
2 Answers, 1 is accepted
0
Evgenia
Telerik team
answered on 26 Jan 2011, 10:02 AM
Hello sina,
As the RadChart Series object is a collection of ChartSeriesItem objects you can use the Remove() or RemoveAt() methods to remove a Chart Series Item from it. The other items will automatically reposition themselves to fill the vacant place so that vizually there won't be gaps (empty values).
Regards,
Evgenia
the Telerik team
Q3’10 SP1 of RadControls for WinForms is available for download; also available is the Q1'11 Roadmap for Telerik Windows Forms controls.