ElementSelectionMode Enum
Lists the values used to specify the selection mode of a chart element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.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
|
Combines the Single and Multiple selection modes’ behaviors. Click an element to select it. To select/deselect multiple elements, click them while the Ctrl key is pressed. |
#Related API Members
The following properties accept/return ElementSelectionMode values:
Library | Related API Members |
---|---|
Win |
Chart |
Chart |
|
Heatmap |
|
ASP. |
Chart |
ASP. |
Web |
#Remarks
The values listed by the ElementSelectionMode
enumeration are used to set the ChartControl.SelectionMode, WebChartControl.SelectionMode and ChartControlSettings.SelectionMode properties.