[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartData.Item

this Property

this[int]

Gets the specified ChartDataSeries by numeric index.

Declaration
public ChartDataSeries this[int index] { get; }
Parameters
Type Name Description
int index
Remarks

Although not a collection object, ChartData allows direct indexing of the elements of ChartDataSeriesCollection contained within the ChartData object. This is for convenience when programming.