The IChartSerieClickEventArgs interface returns index of the point and series, for which the OnSerieClick event has occurred (clicking a chart series), which returns an object of the ChartBox class.
| 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: