Back to Devexpress

PieSeries2D.SweepDirection Property

wpf-devexpress-dot-xpf-dot-charts-dot-pieseries2d-d0cde239.md

latest1.9 KB
Original Source

PieSeries2D.SweepDirection Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public PieSweepDirection SweepDirection { get; set; }
vb
Public Property SweepDirection As PieSweepDirection

Property Value

TypeDescription
PieSweepDirection

A PieSweepDirection enumeration value.

|

Available values:

NameDescription
Clockwise

The Pie series is swept clockwise.

| | Counterclockwise |

The Pie series is swept counterclockwise.

|

See Also

PieSeries2D Class

PieSeries2D Members

DevExpress.Xpf.Charts Namespace