Skip to main content
A newer version of this page is available. .

SelectionMode Enum

Lists values used to specify the chart element selection behavior.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public enum SelectionMode

Members

Name Description
Multiple

Multiple chart elements (series or points) can be selected.

SelectionMode.Multiple

None

The selection of chart elements is disabled.

Single

Only one chart element (series or point) can be selected.

SelectionMode.Single

Related API Members

The following properties accept/return SelectionMode values:

Remarks

Use this enumeration’s values to set the SelectionMode property.

See Also