Back to Devexpress

SelectionBehavior Enum

maui-devexpress-dot-maui-dot-charts-734a9f6b.md

latest1.2 KB
Original Source

SelectionBehavior Enum

Lists values that specify how the selected slice of the pie series behaves.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public enum SelectionBehavior

Members

NameDescription
Explode

The selected slice is pulled out from the series circle.

| | Hatch |

The selected slice is hatched.

|

The following properties accept/return SelectionBehavior values:

Remarks

Use this enumeration’s values to set the PieChartView.SelectionBehavior property.

Extension Methods

Yield<SelectionBehavior>()

YieldIfNotNull<SelectionBehavior>()

See Also

DevExpress.Maui.Charts Namespace