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