SeriesView.SelectedItems Property
Gets or sets the collection of selected items of the SeriesView object.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
IList<Object> | A list which contains selected data points. |
See Also