[]
Gets the two-dimensional array of data points in the chart.
IChartDataPoint this[int series, int category] { get; }
| Type | Name | Description |
|---|---|---|
| int | series | The series index of the item. |
| int | category | The category index of the item. |
| Type | Description |
|---|---|
| IChartDataPoint | An IChartDataPoint representing the data point at the specified series and category indices. |