PieSweepDirection Enum
In This Article
Lists the values that are used to define the direction of a 2D Pie series sweep.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PieSweepDirection
#Members
Name | Description |
---|---|
Clockwise
|
The Pie series is swept clockwise. |
Counterclockwise
|
The Pie series is swept counterclockwise. |
#Related API Members
The following properties accept/return PieSweepDirection values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Pie |
Pie |
|
Win |
Pie |
Pie |
#Remarks
The values listed by this enumeration are used to set the PieSeriesViewBase.SweepDirection property.
Note that the rotation angle specified in the PieSeriesView.Rotation property corresponds to the rotation direction mode in the PieSeriesViewBase.SweepDirection property.
See Also