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

IndicatorUnwrapAnimation.Direction Property

Gets or sets the direction of the Unwrap indicator animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
IndicatorAnimationUnwrapDirection

The value that specifies the direction of the animation.

Available values:

Name Description
Horizontal

An indicator unwraps horizontally.

IndicatorAnimationUnwrapDirection-Horizontal

Vertical

An indicator unwraps vertically.

IndicatorAnimationUnwrapDirection-Vertical

Remarks

The following values are available.

Direction Example Description
Horizontal IndicatorAnimationUnwrapDirection-Horizontal An indicator unwraps horizontally.
Vertical IndicatorAnimationUnwrapDirection-Vertical An indicator unwraps vertically.
See Also