ChartBase.SelectionMode Property
In This Article
Specifies the selection mode for chart series.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ElementSelectionMode SelectionMode { get; set; }
#Property Value
Type | Description |
---|---|
Element |
A Element |
Available values:
Name | Description |
---|---|
None | Selection is disabled. |
Single | The user can select only one item at a time. |
Multiple | The user can select multiple items without holding down a modifier key. |
Extended | The user can select multiple consecutive items while holding down the SHIFT key. |
See Also