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

SeriesView.SelectedItems Property

Gets or sets the collection of selected items of the SeriesView object.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnSelectedItemsChanged")]
public IList<object> SelectedItems { get; set; }

Property Value

Type Description
IList<Object>

A list which contains selected data points.

See Also