ChartBase.SelectionMode Property
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
Property Value
Type | Description |
---|---|
ElementSelectionMode | A ElementSelectionMode object. |
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