DXSelectionBehavior Enum
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public enum DXSelectionBehavior : long
Members
| Name | Description |
|---|---|
Hatch
|
The pie chart displays selected slices as hatched. |
Explode
|
The pie chart displays selected slices as pulled out. |
Related API Members
The following properties accept/return DXSelectionBehavior values:
Remarks
This enumeration lists the following behaviors:
Value | Sample | Description |
|---|---|---|
Exploded |
| The pie chart displays selected slices as pulled out. |
Hatch |
| The pie chart displays selected slices as hatched. |
See Also

