Back to Devexpress

PieSweepDirection Enum

wpf-devexpress-dot-xpf-dot-charts-8b0a3cea.md

latest1.9 KB
Original Source

PieSweepDirection Enum

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum PieSweepDirection
vb
Public Enum PieSweepDirection

Members

NameDescription
Clockwise

The Pie series is swept clockwise.

| | Counterclockwise |

The Pie series is swept counterclockwise.

|

The following properties accept/return PieSweepDirection values:

Remarks

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

See Also

SweepDirection

DevExpress.Xpf.Charts Namespace