Class ChartSeriesItemsCollection
Series items collection
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartSeriesItemsCollection : ChartingStateManagedCollection<ChartSeriesItem>, IDeserializableCollection, IList<ChartSeriesItem>, ICollection<ChartSeriesItem>, IEnumerable<ChartSeriesItem>, IChartingStateManager, IList, ICollection, IEnumerable
Constructors
ChartSeriesItemsCollection()
Creates a new instance of the ChartSeriesItemsCollection class.
Declaration
public ChartSeriesItemsCollection()
ChartSeriesItemsCollection(ChartSeries)
Creates a new instance of the ChartSeriesItemsCollection class.
Declaration
public ChartSeriesItemsCollection(ChartSeries parent)
Parameters
ChartSeries
parent
Parent of the collection |
Properties
Item[Int32]
Gets or sets a Item at the specific position in Items collection.
Declaration
public override ChartSeriesItem this[int index] { get; set; }
Parameters
System.Int32
index
Position in the collection |
Property Value
ChartSeriesItem
Item at the specific position |
Overrides
Parent
Methods
Add(ChartSeriesItem)
Add Item at the collection
Declaration
public override void Add(ChartSeriesItem chartSeriesItem)
Parameters
ChartSeriesItem
chartSeriesItem
Item to add |
Overrides
AddRange(ChartSeriesItemsCollection)
Adds a collection of series items to the items collection.
Declaration
public void AddRange(ChartSeriesItemsCollection chartSeriesItems)
Parameters
ChartSeriesItemsCollection
chartSeriesItems
Items to add |
LoadViewState(Object)
Load ViewState data
Declaration
protected override void LoadViewState(object state)
Parameters
System.Object
state
ViewState with data |