Back to Devexpress

ChartControlSettings.SelectionMode Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-55cda384.md

latest1.9 KB
Original Source

ChartControlSettings.SelectionMode Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ElementSelectionMode SelectionMode { get; set; }
vb
Public Property SelectionMode As ElementSelectionMode

Property Value

TypeDescription
ElementSelectionMode

An ElementSelectionMode enumeration member specifying the chart’s 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

Charting

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace