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

CircularSeriesCircularUnwindAnimation.Direction Property

Gets or sets the direction of the Circular Unwind circular series animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
SweepDirection

A SweepDirection enumeration value.

Available values:

Name Description
Counterclockwise

Animation sweeps counterclockwise.

CircularSeriesAnimation.Counterclockwise

Clockwise

Animation sweeps clockwise.

CircularSeriesAnimation.Clockwise

See Also