PieSeriesView.SweepDirection Property
In This Article
Specifies the direction in which a Pie series is swept. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public PieSweepDirection SweepDirection { get; set; }
#Property Value
Type | Description |
---|---|
Pie |
A Pie |
See Also