Back to Devexpress

SelectionKind Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-4bef54d5.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum SelectionKind

Members

NameDescription
Point

A single data point is selected.

| | Series |

The entire series is selected.

|

The following properties accept/return SelectionKind values:

Remarks

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

See Also

DevExpress.XamarinForms.Charts Namespace