Returns the client coordinates of the specified data point.
'Declaration
Public Function DataIndexToCoord( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool DataIndexToCoord(
System.int ,
System.int ,
ref System.int ,
ref System.int
)
Parameters
- SeriesIndex
- Series index of the data point.
- PointIndex
- Point index of the data point.
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
Return Value
The return value indicates successful calculation.