Back to Devexpress

PieSpinAnimationBaseModel.Direction Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-piespinanimationbasemodel.md

latest1.9 KB
Original Source

PieSpinAnimationBaseModel.Direction Property

Gets or sets the value of the PieSpinAnimationBase.Direction within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public PieSweepDirection Direction { get; set; }
vb
Public Property Direction As PieSweepDirection

Property Value

TypeDescription
PieSweepDirection

The animation direction.

|

Available values:

NameDescription
Clockwise

The Pie series is swept clockwise.

| | Counterclockwise |

The Pie series is swept counterclockwise.

|

See Also

PieSpinAnimationBaseModel Class

PieSpinAnimationBaseModel Members

DevExpress.XtraCharts.Designer Namespace