[]
Gets the specified ChartDataSeries by numeric index.
public ChartDataSeries this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As ChartDataSeries
| 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.