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

ElementSelectionMode Enum

Lists the values used to specify the selection mode of a chart element.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public enum ElementSelectionMode

Members

Name Description
None

The selection of a chart element is disabled.

Single

Selects the only chart element.

Multiple

Selects multiple chart elements.

Extended

Selects multiple consecutive chart elements (the SHIFT key or Ctrl key is held down) or deselects chart elements (the Ctrl key is held down).

Related API Members

The following properties accept/return ElementSelectionMode values:

Remarks

The values listed by the ElementSelectionMode enumeration are used to set the ChartControl.SelectionMode property.

See Also