'Declaration Public Function DataIndexToCoord( _ ByVal columnIndex As System.Integer, _ ByVal rowIndex As System.Integer, _ ByRef sx As System.Integer, _ ByRef sy As System.Integer _ ) As System.Boolean
public System.bool DataIndexToCoord( System.int columnIndex, System.int rowIndex, ref System.int sx, ref System.int sy )
Parameters
- columnIndex
- Column index(Series index for point data layout).
- rowIndex
- Row index(Point index for point data layout).
- sx
- Client x coordinate in pixels.
- sy
- Client y coordinate in pixels.
Return Value
Boolean result of coordinate conversion.