ClassChartSeriesItemsCollection
Series items collection
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
public class ChartSeriesItemsCollection : ChartingStateManagedCollection<ChartSeriesItem>, IChartingStateManager, IList, ICollection, IEnumerable
Inheritance: objectChartingStateManagedCollection<ChartSeriesItem>ChartSeriesItemsCollection
Implements:
Inherited Members
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
parent
Parent of the collection
Properties
Parent
Parent element
Declaration
[Browsable(false)]
public ChartSeries Parent { get; set; }
Property Value
this[int]
Gets or sets a Item at the specific position in Items collection.
Declaration
[Browsable(false)]
public override ChartSeriesItem this[int index] { get; set; }
Parameters
index
Position in the collection
Property Value
Item at the specific position
Overrides
Methods
Add(ChartSeriesItem)
Add Item at the collection
Declaration
public override void Add(ChartSeriesItem chartSeriesItem)
Parameters
chartSeriesItem
Item to add
Overrides
AddRange(ChartSeriesItemsCollection)
Adds a collection of series items to the items collection.
Declaration
public void AddRange(ChartSeriesItemsCollection chartSeriesItems)
Parameters
chartSeriesItems
Items to add
LoadViewState(object)
Load ViewState data
Declaration
protected override void LoadViewState(object state)
Parameters
state
ViewState with data
Overrides