A newer version of this page is available.
Switch to the current version.
ElementSelectionMode Enum
Lists the values used to specify the selection mode of a chart element.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ElementSelectionMode
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
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 | Selects multiple chart elements (while the SHIFT key is pressed) and selects/deselects chart elements (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 | |
ASP.NET Controls and MVC Extensions | ChartControlSettings.SelectionMode |
WebChartControl.SelectionMode |
Remarks
The values listed by the ElementSelectionMode enumeration are used to set the ChartControl.SelectionMode, WebChartControl.SelectionMode and ChartControlSettings.SelectionMode properties.
See Also
Feedback