Back to Devexpress

CircularSeriesCircularUnwindAnimationModel.Direction Property

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

latest1.8 KB
Original Source

CircularSeriesCircularUnwindAnimationModel.Direction Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
SweepDirection

The animation direction.

|

Available values:

NameDescription
Counterclockwise

Animation sweeps counterclockwise.

| | Clockwise |

Animation sweeps clockwise.

|

See Also

CircularSeriesCircularUnwindAnimationModel Class

CircularSeriesCircularUnwindAnimationModel Members

DevExpress.XtraCharts.Designer Namespace