This is a migrated thread and some comments may be shown as answers.

Telerik.Charting.ChartSeriesItem

2 Answers 82 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sina
Top achievements
Rank 1
Sina asked on 22 Jan 2011, 09:23 PM
Hi

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

Sort by
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.
0
Sina
Top achievements
Rank 1
answered on 26 Jan 2011, 10:52 AM
thank you for your attention.

Tags
Chart (obsolete as of Q1 2013)
Asked by
Sina
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Sina
Top achievements
Rank 1
Share this question
or