Skip to main content

ElementSelectionMode Enum

Lists the values that specify the selection mode of a chart element.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

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 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:

See Also