[]
Returns the client coordinates of the specified data point.
public bool DataIndexToCoord(int SeriesIndex, int PointIndex, ref int XCoord, ref int YCoord)
Public Function DataIndexToCoord(SeriesIndex As Integer, PointIndex As Integer, ByRef XCoord As Integer, ByRef YCoord As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | SeriesIndex | Series index of the data point. |
| int | PointIndex | Point index of the data point. |
| int | XCoord | X client coordinate. |
| int | YCoord | Y client coordinate. |
| Type | Description |
|---|---|
| bool | The return value indicates successful calculation. |
Mouse coordinates are given in client coordinates.