The ChartSerieClickEventArgs class returns index of the point and the series, for which the OnSerieClick event has occurred (click on a chart series).
Property name | Brief description | |
PointIndex | The PointIndex property returns index of the selected series point. | |
SerieIndex | The SerieIndex property returns index of the selected series. |
See also: