Skip to main content

BootstrapClientChartBase.PointSelectionChanged Event

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

Declaration

PointSelectionChanged: ASPxClientEvent<BootstrapClientChartBasePointSelectionChangedEventHandler<BootstrapClientChartBase>>

Event Data

The PointSelectionChanged event's data class is ASPxClientEventArgs.

Remarks

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

See Also