Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class ChartSeriesCollection : Collection<ChartSeries>, IList, ICollection, IEnumerable
Inheritance: objectCollection<ChartSeries>ChartSeriesCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartSeriesCollection class.
Properties
Methods
Adds the range.
Removes all elements from the Collection<T>.
C#
protected override void ClearItems()
Overrides:
Inserts the item at the specific index.
C#
protected override void InsertItem(int index, ChartSeries item)
The index.
itemChartSeriesThe item.
Overrides:
Removes the element at the specified index of the Collection<T>.