[]
Gets the index of the legend series entry closest to the specified coordinates.
public bool SeriesFromCoord(int x, int y, ref int seriesIndex)
| Type | Name | Description |
|---|---|---|
| int | x | X client coordinate in pixels. |
| int | y | Y client coordinate in pixels. |
| int | seriesIndex | Series index. |
| Type | Description |
|---|---|
| bool | This method returns true when a legend series entry exists at the specified coordinate. The seriesIndex is set as it is passed by reference. |