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
public enum SelectionKind
Members
Name | Description |
---|---|
Point
|
A single data point is selected. |
Series
|
The entire series is selected. |
Related API Members
The following properties accept/return SelectionKind values:
Remarks
Use this enumeration’s values to set the SelectionKind property.
See Also