PieSeriesView.SweepDirection Property
In This Article
Specifies the direction in which a Pie series is swept. This is a dependency property.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(PieSweepDirection.Counterclockwise, Handler = "InvalidateLayout")]
public PieSweepDirection SweepDirection { get; set; }
#Property Value
Type | Description |
---|---|
Pie |
A Pie |
See Also