Back to Devexpress

ChartBaseView.SelectionMode Property

maui-devexpress-dot-maui-dot-charts-dot-chartbaseview-61b4b12f.md

latest1.7 KB
Original Source

ChartBaseView.SelectionMode Property

Gets or sets how many chart elements an end user can select simultaneously. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public SelectionMode SelectionMode { get; set; }

Property Value

TypeDefaultDescription
SelectionModeSingle

The chart element selection behavior.

|

Available values:

NameDescription
Multiple

Multiple chart elements (series or points) can be selected.

| | None |

The selection of chart elements is disabled.

| | Single |

Only one chart element (series or point) can be selected.

|

Remarks

Use the SelectionMode property to specify whether an end user can select several elements (series or series points) at the same time. The SelectionKind property defines the element type selected when an end user taps a data point.

To disable the selection of chart elements, set the SelectionMode to None.

See Also

ChartBaseView Class

ChartBaseView Members

DevExpress.Maui.Charts Namespace