Back to Devexpress

PieSweepDirection Enum

corelibraries-devexpress-dot-xtracharts-56948af0.md

latest2.6 KB
Original Source

PieSweepDirection Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum PieSweepDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum PieSweepDirection

Members

NameDescription
Clockwise

The Pie series is swept clockwise.

| | Counterclockwise |

The Pie series is swept counterclockwise.

|

The following properties accept/return PieSweepDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryPieSeriesViewBase.SweepDirection
PieSpinAnimationBase.Direction
WinForms ControlsPieSeriesViewBaseModel.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

DevExpress.XtraCharts Namespace