Skip to main content

ElementSelectionChangedEventArgs.Selection Property

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

public List<object> Selection { get; }

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