PieSeriesViewBase.SweepDirection Property
In This Article
Specifies the sweep direction (clockwise or counterclockwise) for a Pie series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public PieSweepDirection SweepDirection { get; set; }
#Property Value
Type | Description |
---|---|
Pie |
A Pie |
#Remarks
Note that the rotation angle specified in the PieSeriesView.Rotation property corresponds to the rotation direction mode in the SweepDirection property.
See Also