[]
Returns the client coordinates of the specified data point.
public bool DataIndexToCoord(int SeriesIndex, int PointIndex, ref int XCoord, ref int YCoord)
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.