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

PieSpinAnimationBaseModel.Direction Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public PieSweepDirection Direction { get; set; }

Property Value

Type Description
PieSweepDirection

The animation direction.

Available values:

Name Description
Clockwise

The Pie series is swept clockwise.

SweepDirection.Clockwise

Counterclockwise

The Pie series is swept counterclockwise.

SweepDirection.Counterclockwise

See Also