DXPieChart.SelectionBehavior Property
Gets or sets how the Pie chart control highlights selected points.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual DXSelectionBehavior SelectionBehavior { get; set; }
Property Value
Type | Description |
---|---|
DXSelectionBehavior | The value that specifies how the Pie chart control highlights selected points. |
Available values:
Name | Description |
---|---|
Hatch | The pie chart displays selected slices as hatched. |
Explode | The pie chart displays selected slices as pulled out. |
Remarks
The Pie Chart supports 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