ChartSerieClickEventArgs

Description

The ChartSerieClickEventArgs class returns index of the point and the series, for which the OnSerieClick event has occurred (click on a chart series).

Class object properties inherited from IChartSerieClickEventArgs

  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:

Chart Assembly Classes