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

SelectionKind Enum

Lists values used to specify an element that is selected when an end user taps a series’s point.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public enum SelectionKind

Members

Name Description
Point

A single data point is selected.

SelectionKind.Point

Series

The entire series is selected.

SelectionKind.Series

Related API Members

The following properties accept/return SelectionKind values:

Remarks

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

See Also