Skip to main content

ElementSelectionMode Enum

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Passed To

You can pass ElementSelectionMode values to the ChartControl.SelectionMode property.

#Remarks

The values listed by the ElementSelectionMode enumeration are used to set the ChartControl.SelectionMode property.

See Also