Skip to main content

ChartBase.SelectionChanged Event

In This Article

Occurs when the chart selection is changed.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event ChartElementSelectionChangedEventHandler SelectionChanged

#Event Data

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

See Also