Skip to main content
A newer version of this page is available. .

BootstrapClientChartBase.LegendClick Event

Fires when an item on the chart legend is clicked.

Declaration

LegendClick: ASPxClientEvent<BootstrapClientChartBaseLegendClickEventHandler<BootstrapClientChartBase>>

Event Data

The LegendClick event's data class is BootstrapUIWidgetElementClickEventArgs. The following properties provide information specific to this event:

Property Description
component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
jQueryEvent The jQuery event that caused the handler execution.
target The DOM element that initiated the event. Inherited from BootstrapUIWidgetElementActionEventArgs.

Remarks

The target event argument specifies the series to which the clicked legend belongs.

See Also