ElementSelectionChangedEventArgs.Selection Property
In This Article
Returns a list of items that are selected in a chart.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
List<Object> | A list that contains selected chart items. |
#Remarks
For more information about chart selection, refer to the following topic: Selection.
See Also