SeriesItemRollOver Method (FlexChartSeries)

Action

Indicates that the user rolled the mouse pointer over a chart item representing data in the chart.

Syntax

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