[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroup.DataIndexToCoord

DataIndexToCoord Method

DataIndexToCoord(int, int, ref int, ref int)

Returns the client coordinates of the specified data point.

Declaration
public bool DataIndexToCoord(int SeriesIndex, int PointIndex, ref int XCoord, ref int YCoord)
Parameters
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.

Returns
Type Description
bool

The return value indicates successful calculation.

Remarks

Mouse coordinates are given in client coordinates.

See Also