Back to Devexpress

ChartControl.SelectionMode Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol.md

latest1.4 KB
Original Source

ChartControl.SelectionMode Property

Gets or sets a value specifying the chart element selection behavior.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public ElementSelectionMode SelectionMode { get; set; }
vb
<NonCategorized>
Public Property SelectionMode As ElementSelectionMode

Property Value

TypeDescription
ElementSelectionMode

The selection behavior identifier.

|

Available values:

NameDescription
None

The selection of a chart element is disabled.

| | Single |

Selects the only chart element.

| | Multiple |

Selects multiple chart elements.

| | Extended |

Selects multiple consecutive chart elements (the SHIFT key or Ctrl key is held down) or deselects chart elements (the Ctrl key is held down).

|

See Also

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace