Skip to main content
A newer version of this page is available. .

ChartBase.SelectionMode Property

Specifies the selection mode for chart series.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v19.2.dll

Declaration

public ElementSelectionMode SelectionMode { get; set; }

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