'Declaration Public Function SeriesFromCoord( _ ByVal XCoord As System.Integer, _ ByVal YCoord As System.Integer, _ ByRef GroupIndex As System.Integer, _ ByRef SeriesIndex As System.Integer _ ) As System.Boolean
public System.bool SeriesFromCoord( System.int XCoord, System.int YCoord, ref System.int GroupIndex, ref System.int SeriesIndex )
Parameters
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
- GroupIndex
- Group index.
- SeriesIndex
- Series index.
Return Value
The return value indicates successful calculation.