wpf-devexpress-dot-xpf-dot-charts-b58d929c.md
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
public enum ElementSelectionMode
Public Enum ElementSelectionMode
| 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).
|
The following properties accept/return ElementSelectionMode values:
The values listed by the ElementSelectionMode enumeration are used to set the ChartControl.SelectionMode property.
See Also