SeriesDoubleClick Method (FlexChartSeries)

Action

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

Syntax

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