Obtains the group and series indices of the legend entry nearest to the specified client coordinates. Mouse coordinates are specified in client coordinates.
'Declaration
Public Function SeriesFromCoord( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByRef As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
public System.bool SeriesFromCoord(
System.int ,
System.int ,
ref System.int ,
ref System.int
)
Parameters
- XCoord
- X client coordinate.
- YCoord
- Y client coordinate.
- GroupIndex
- Group index.
- SeriesIndex
- Series index.
Return Value
The return value indicates successful calculation.