Skip to main content
A newer version of this page is available.

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

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

An exploded pie slice sample

The pie chart displays selected slices as pulled out.

Hatch

A hatched pie slice sample

The pie chart displays selected slices as hatched.

See Also