Series items collection
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class ChartSeriesItemsCollection : ChartingStateManagedCollection<ChartSeriesItem>, IChartingStateManager
Inheritance: objectChartingStateManagedCollection<ChartSeriesItem>ChartSeriesItemsCollection
Implements:
Inherited Members
Constructors
Creates a new instance of the ChartSeriesItemsCollection class.
C#
public ChartSeriesItemsCollection()
Creates a new instance of the ChartSeriesItemsCollection class.
C#
public ChartSeriesItemsCollection(ChartSeries parent)
Parent of the collection
Properties
Parent element
C#
[Browsable(false)]
public ChartSeries Parent { get; set; }
Gets or sets a Item at the specific position in Items collection.
C#
[Browsable(false)]
public override ChartSeriesItem this[int index] { get; set; }
Position in the collection
Property Value:Item at the specific position
Overrides:
Methods
Add Item at the collection
C#
public override void Add(ChartSeriesItem chartSeriesItem)
Item to add
Overrides:
Adds a collection of series items to the items collection.
C#
public void AddRange(ChartSeriesItemsCollection chartSeriesItems)
Items to add
Load ViewState data
C#
protected override void LoadViewState(object state)
ViewState with data
Overrides: