SeriesClick Method (FlexChartSeries)

Action

Indicates that the user clicked the mouse button over a chart item representing data in the chart.

Syntax

C#
chartSeries.SeriesClick(hitSet)
VB
chartSeries.SeriesClick(hitSet)
Variable Description
hitSet An array of HitData structures describing the ChartItems that triggered the event. List(Of Integer).