[]
Gets the specified ChartDataSeries by numeric index.
public ChartDataSeries this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
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.