[]
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)
Public Function DataIndexToPoint(seriesIndex As Integer, pointIndex As Integer) As Point
| Type | Name | Description |
|---|---|---|
| int | seriesIndex | Index of data series. |
| int | pointIndex | Index of the point in the data series. |
| Type | Description |
|---|---|
| Point |