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
public enum SelectionBehavior
Members
Name | Description |
---|---|
Explode
|
The selected slice is pulled out from the series circle. |
Hatch
|
The selected slice is hatched. |
Related API Members
The following properties accept/return SelectionBehavior values:
Remarks
Use this enumeration’s values to set the PieChartView.SelectionBehavior property.
See Also