[]
Returns the point that corresponds to the specified data point. The data point is specified by its series and point indices.
public Point DataIndexToPoint(int seriesIndex, int pointIndex)
| Type | Name | Description |
|---|---|---|
| int | seriesIndex | Index of data series. |
| int | pointIndex | Index of the point in the data series. |
| Type | Description |
|---|---|
| Point |