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

ElementSelectionChangedEventArgs.Selection Property

Returns a list of items that are selected in a chart.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.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