Back to Devexpress

ChartBaseView.SelectedItems Property

maui-devexpress-dot-maui-dot-charts-dot-chartbaseview-55571ecf.md

latest1.7 KB
Original Source

ChartBaseView.SelectedItems Property

Gets a collection of chart items that are selected. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public ReadOnlyObservableCollection<object> SelectedItems { get; }

Property Value

TypeDescription
ReadOnlyObservableCollection\

The collection of chart items that are selected.

|

Remarks

Use the SelectedItem property to access the selected chart items when SelectionMode is set to Multiple or Extended.

Note that the collection stores different objects for various SelectionKind values:

|

Kind Value Type

|

Return Value

| | --- | --- | |

Point

|

An object the IXYSeriesData.GetKey(Int32) or IPieSeriesData.GetKey(Int32) method returns.

| |

Series

|

A descendant of SeriesBase.

|

This property stores a data item that a series’ data source returns via the method.

See Also

ChartBaseView Class

ChartBaseView Members

DevExpress.Maui.Charts Namespace