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

IndicatorUnwrapAnimationModel.Direction Property

Gets or sets the IndicatorUnwrapAnimation.Direction property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public IndicatorAnimationUnwrapDirection Direction { get; set; }

Property Value

Type Description
IndicatorAnimationUnwrapDirection

An animation direction.

Available values:

Name Description
Horizontal

An indicator unwraps horizontally.

IndicatorAnimationUnwrapDirection-Horizontal

Vertical

An indicator unwraps vertically.

IndicatorAnimationUnwrapDirection-Vertical

See Also