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

CircularSeriesSpinZoomInAnimationModel.Direction Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public SweepDirection Direction { get; set; }

Property Value

Type Description
SweepDirection

The animation direction.

Available values:

Name Description
Counterclockwise

Animation sweeps counterclockwise.

CircularSeriesAnimation.Counterclockwise

Clockwise

Animation sweeps clockwise.

CircularSeriesAnimation.Clockwise

See Also