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

DXChartBase.SelectionMode Property

Gets or sets how many elements an end user can have selected at the same time.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public virtual DXChartSelectionMode SelectionMode { get; set; }

Property Value

Type Description
DXChartSelectionMode

Specifies how many elements an end user can have selected at the same time.

Available values:

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.

Remarks

This property can use 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.

See Also