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

DXChartSelectionMode Enum

Lists values that specify how many elements an end user can select at the same time.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public enum DXChartSelectionMode : long

Members

Name Description
None

A user cannot select any element.

Single

A user can select only one item at the same time.

Multiple

A user can select one or more items at the same time.

Related API Members

The following properties accept/return DXChartSelectionMode values:

Remarks

This enumeration contains the following values:

Value

Sample image || Description

None

A user cannot select any element.

Single

DXChartSelectionKind.Point value sample

A user can select only one item at the same time.

Multiple

DXChartSelectionKind.Series value sample

A user can select one or more items at the same time.

The DXChartBase.SelectionMode property uses this enumeration’s values.

See Also