Skip to main content
A newer version of this page is available. .

PieSweepDirection Enum

Lists the values that are used to define the direction of a 2D Pie series sweep.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PieSweepDirection

Members

Name Description
Clockwise

The Pie series is swept clockwise.

SweepDirection.Clockwise

Counterclockwise

The Pie series is swept counterclockwise.

SweepDirection.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