LegendItemClick Method (FlexChartLegend)
Class
FlexChartLegend
.
Action
Dispatched when the user clicks on a LegendItem in the Legend control, which indicates that the user clicked the mouse button over a legend item.
Syntax
C#
chartLegend
.
LegendItemClick
(
item
)
VB
chartLegend
.
LegendItemClick
(
item
)
Variable
Description
item
The item in the Legend on which this event was triggered.
String
.