PieChartView.SelectionBehavior Property
Specifies how to mark a selected data point.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public SelectionBehavior SelectionBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| SelectionBehavior | A value that specifies the behavior of the selected pie slice. |
Available values:
| Name | Description |
|---|---|
| Explode | The selected slice is pulled out from the series circle. |
| Hatch | The selected slice is hatched. |
See Also