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.v19.2.dll
Declaration
public IList<object> SelectedItems { get; set; }
Public Property SelectedItems As IList(Of Object)
Property Value
Type |
Description |
IList<Object> |
A list which contains selected data points.
|
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...