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 ASPxClientEventArgs.
Remarks
The target event argument specifies the series whose selection state has been changed.
See Also