Returns series and point indices and distance to the closest data point in the group given client coordinates.
'Declaration
Public Function CoordToDataIndex( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As CoordinateFocusEnum, _
ByRef As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool CoordToDataIndex(
System.int ,
System.int ,
CoordinateFocusEnum ,
ref System.int ,
ref System.int ,
ref System.int
)
Parameters
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
- focus
- Focus parameter indicates which coordinate is used.
- SeriesIndex
- Data series index of the closest data point.
- PointIndex
- Data point index of the closest data point.
- Distance
- Distance to the closest data point.
Return Value
The return value indicates successful calculation.