Back to Devexpress

SelectionKind Enum

maui-devexpress-dot-maui-dot-charts-aaa34d4d.md

latest1.3 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.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.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.

Extension Methods

Yield<SelectionKind>()

YieldIfNotNull<SelectionKind>()

See Also

DevExpress.Maui.Charts Namespace