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

BootstrapClientChartBase.SeriesSelectionChanged Event

Fires when the selection state of a series has been changed.

Declaration

SeriesSelectionChanged: ASPxClientEvent<BootstrapClientCoordinateSystemChartSeriesSelectionChangedEventHandler<BootstrapClientChartBase>>

Event Data

The SeriesSelectionChanged event's data class is BootstrapUIWidgetElementActionEventArgs. 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.
target The DOM element that initiated the event.

Remarks

The target event argument specifies the series whose selection state has been changed.

See Also