Skip to main content

PieSweepDirection Enum

Lists the values that are used to define the direction of a 2D Pie series sweep.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public enum PieSweepDirection

Members

Name Description
Counterclockwise

The Pie series is swept counterclockwise.

Clockwise

The Pie series is swept clockwise.

Related API Members

The following properties accept/return PieSweepDirection values:

Remarks

Values listed by the PieSweepDirection enumeration are used to set the PieSeriesView.SweepDirection property.

See Also