Back to Devexpress

PieChartView.SelectionBehavior Property

maui-devexpress-dot-maui-dot-charts-dot-piechartview-6e5e7c6a.md

latest1.0 KB
Original Source

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

csharp
public SelectionBehavior SelectionBehavior { get; set; }

Property Value

TypeDefaultDescription
SelectionBehaviorExplode

A value that specifies the behavior of the selected pie slice.

|

Available values:

NameDescription
Explode

The selected slice is pulled out from the series circle.

| | Hatch |

The selected slice is hatched.

|

See Also

PieChartView Class

PieChartView Members

DevExpress.Maui.Charts Namespace