Back to Devexpress

ElementSelectionMode Enum

corelibraries-devexpress-dot-xtracharts-fa9cd61e.md

latest2.6 KB
Original Source

ElementSelectionMode Enum

Lists the values used to specify the selection mode of a chart element.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ElementSelectionMode
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum ElementSelectionMode

Members

NameDescription
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.

|

The following properties accept/return ElementSelectionMode values:

LibraryRelated API Members
WinForms ControlsChartControl.SelectionMode
ChartModel.SelectionMode
HeatmapControl.SelectionMode
ASP.NET MVC ExtensionsChartControlSettings.SelectionMode
ASP.NET Web Forms ControlsWebChartControl.SelectionMode

Remarks

The values listed by the ElementSelectionMode enumeration are used to set the ChartControl.SelectionMode, WebChartControl.SelectionMode and ChartControlSettings.SelectionMode properties.

See Also

DevExpress.XtraCharts Namespace