BootstrapClientChartBase.LegendClick Event
In This Article
Fires when an item on the chart legend is clicked.
#Declaration
TypeScript
LegendClick: ASPxClientEvent<BootstrapClientChartBaseLegendClickEventHandler<BootstrapClientChartBase>>
#Event Data
The LegendClick event's data class is ASPxClientEventArgs.
#Remarks
The target event argument specifies the series to which the clicked legend belongs.
See Also