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

IndicatorUnwrapAnimationModel.Direction Property

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public IndicatorAnimationUnwrapDirection Direction { get; set; }

Property Value

Type
IndicatorAnimationUnwrapDirection

Available values:

Name Description
Horizontal

An indicator unwraps horizontally.

IndicatorAnimationUnwrapDirection-Horizontal

Vertical

An indicator unwraps vertically.

IndicatorAnimationUnwrapDirection-Vertical

See Also