Skip to main content

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

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