Skip to main content

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