Back to Devexpress

IndicatorUnwrapAnimation.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-indicatorunwrapanimation.md

latest2.1 KB
Original Source

IndicatorUnwrapAnimation.Direction Property

Gets or sets the direction of the Unwrap indicator animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IndicatorAnimationUnwrapDirection Direction { get; set; }
vb
Public Property Direction As IndicatorAnimationUnwrapDirection

Property Value

TypeDescription
IndicatorAnimationUnwrapDirection

The value that specifies the direction of the animation.

|

Available values:

NameDescription
Horizontal

An indicator unwraps horizontally.

| | Vertical |

An indicator unwraps vertically.

|

Remarks

The following values are available.

DirectionExampleDescription
HorizontalAn indicator unwraps horizontally.
VerticalAn indicator unwraps vertically.

See Also

IndicatorUnwrapAnimation Class

IndicatorUnwrapAnimation Members

DevExpress.XtraCharts Namespace