Back to Devexpress

WebChartControl.SelectionMode Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-41e20fea.md

latest2.0 KB
Original Source

WebChartControl.SelectionMode Property

Gets or sets a value which specifies how the chart elements are selected.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
[DefaultValue(ElementSelectionMode.None)]
public ElementSelectionMode SelectionMode { get; set; }
vb
<DefaultValue(ElementSelectionMode.None)>
Public Property SelectionMode As ElementSelectionMode

Property Value

TypeDefaultDescription
ElementSelectionModeNone

An ElementSelectionMode enumeration member specifying the chart selection behavior.

|

Available values:

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.

|

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace