ElementSelectionMode Enum
Lists the values used to specify the selection mode of a chart element.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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