[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DData.DataIndexToCoord

DataIndexToCoord Method

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

Determines a pixel coordinate by given a data row and column.

Declaration
public bool DataIndexToCoord(int columnIndex, int rowIndex, ref int sx, ref int sy)
Parameters
Type Name Description
int columnIndex

Column index(Series index for point data layout).

int rowIndex

Row index(Point index for point data layout).

int sx

Client x coordinate in pixels.

int sy

Client y coordinate in pixels.

Returns
Type Description
bool

Boolean result of coordinate conversion.

Remarks

For point data layout the column parameter relates to series index and the row parameter relates to point index.

See Also