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

DXChartBase.SelectionKind Property

Gets or sets whether an end user can select a series or a series point.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public virtual DXChartSelectionKind SelectionKind { get; set; }

Property Value

Type Description
DXChartSelectionKind

Specifies an element an end user can select.

Available values:

Name Description
Series

A user can select a series.

Point

A user can select a series point.

Remarks

This property can use the following values:

Value

Sample image || Description

Point

DXChartSelectionKind.Point value sample

A user can select a series point.

Series

DXChartSelectionKind.Series value sample

A user can select a series.

See Also