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

ChartModel.SelectionMode Property

Gets or sets a value which specifies how the chart elements are selected.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public ElementSelectionMode SelectionMode { get; set; }

Property Value

Type Description
ElementSelectionMode

The value specifying the chart selection behavior.

Available values:

Name Description
None

The selection of a chart element is disabled.

Single

Selects the only chart element.

ElementSelectionMode.Single

Multiple

Selects multiple chart elements.

ElementSelectionMode.Multiple

Extended

Selects multiple chart elements (while the SHIFT key is pressed) and selects/deselects chart elements (while the Ctrl key is pressed).

ElementSelectionMode.Extended

See Also