Back to Devexpress

ElementSelectionMode Enum

wpf-devexpress-dot-xpf-dot-charts-b58d929c.md

latest1.4 KB
Original Source

ElementSelectionMode Enum

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ElementSelectionMode
vb
Public Enum ElementSelectionMode

Members

NameDescription
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).

|

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

DevExpress.Xpf.Charts Namespace