PieChartView.SelectionBehavior Property
In This Article
Specifies how to mark a selected data point.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public SelectionBehavior SelectionBehavior { get; set; }
#Property Value
Type | Description |
---|---|
Selection |
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