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

PieSeriesView.SweepDirection Property

Specifies the direction in which a Pie series is swept. This is a dependency property.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(PieSweepDirection.Counterclockwise, Handler = "InvalidateLayout")]
public PieSweepDirection SweepDirection { get; set; }

Property Value

Type Description
PieSweepDirection

A PieSweepDirection enumeration value.

Available values:

Name Description
Counterclockwise

The Pie series is swept counterclockwise.

Clockwise

The Pie series is swept clockwise.

See Also