PieSweepDirection Enum
Lists the values that are used to define the direction of a 2D Pie series sweep.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
[TypeConverter(typeof(EnumTypeConverter))]
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 | PieSeriesViewBase.SweepDirection |
PieSpinAnimationBase.Direction | |
WinForms Controls | PieSeriesViewBaseModel.SweepDirection |
PieSpinAnimationBaseModel.Direction |
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