Picks the displayed data closest to the given pixel coordinate.
public System.bool CoordToDataIndex(
System.int ,
System.int ,
ref System.int columnIndex,
ref System.int
)
'Declaration
Public Function CoordToDataIndex( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef columnIndex As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
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.