Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

DXPieSeries.SweepDirection Property

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public virtual DXSweepDirection SweepDirection { get; set; }

Property Value

Type
DXSweepDirection

Available values:

Name Description
Clockwise

The Pie series is swept clockwise. Clockwise Example

CounterClockwise

The Pie series is swept counterclockwise. CounterClockwise Example

See Also