PieChartView.SelectionBehavior Property
Gets or sets how to mark a selected data point. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public SelectionBehavior SelectionBehavior { get; set; }
Property Value
Type | Default | Description |
---|---|---|
SelectionBehavior | Explode | 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