'Declaration Public Function DataIndexToCoord( _ ByVal SeriesIndex As System.Integer, _ ByVal PointIndex As System.Integer, _ ByRef XCoord As System.Integer, _ ByRef YCoord As System.Integer _ ) As System.Boolean
public System.bool DataIndexToCoord( System.int SeriesIndex, System.int PointIndex, ref System.int XCoord, ref System.int YCoord )
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.