Back to Devexpress

SelectionBehavior Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-da967de6.md

latest1.1 KB
Original Source

SelectionBehavior Enum

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

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

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

See Also

DevExpress.XamarinForms.Charts Namespace