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

ChartBase.SelectionChanged Event

Occurs when the chart selection is changed.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public event ChartElementSelectionChangedEventHandler SelectionChanged

Event Data

The SelectionChanged event's data class is DevExpress.UI.Xaml.Charts.ChartElementSelectionChangedEventArgs.

See Also