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

PieSpinAnimationBase.Direction Property

Gets or sets the direction of the animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public PieSweepDirection Direction { get; set; }

Property Value

Type Description
PieSweepDirection

A PieSweepDirection enumeration value.

Available values:

Name Description
Clockwise

The Pie series is swept clockwise.

SweepDirection.Clockwise

Counterclockwise

The Pie series is swept counterclockwise.

SweepDirection.Counterclockwise

See Also