ElementSelectionMode Enum
Lists the values used to specify the selection mode of a chart element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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
|
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 |
---|---|
WinForms Controls | ChartControl.SelectionMode |
ChartModel.SelectionMode | |
HeatmapControl.SelectionMode | |
ASP.NET MVC Extensions | ChartControlSettings.SelectionMode |
ASP.NET Web Forms Controls | WebChartControl.SelectionMode |
Remarks
The values listed by the ElementSelectionMode
enumeration are used to set the ChartControl.SelectionMode, WebChartControl.SelectionMode and ChartControlSettings.SelectionMode properties.