Back to Devexpress

IndicatorUnwindAnimation.UnwindDirection Property

wpf-devexpress-dot-xpf-dot-charts-dot-indicatorunwindanimation.md

latest1.6 KB
Original Source

IndicatorUnwindAnimation.UnwindDirection Property

Specifies the direction of IndicatorUnwindAnimation. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public UnwindDirection UnwindDirection { get; set; }
vb
Public Property UnwindDirection As UnwindDirection

Property Value

TypeDescription
UnwindDirection

The value that specifies the unwind direction.

|

Available values:

NameDescription
LeftToRight

The Unwind animation is directed from the left to the right.

| | RightToLeft |

The Unwind animation is directed from the right to the left.

| | TopToBottom |

The Unwind animation is directed from the top to the bottom.

| | BottomToTop |

The Unwind animation is directed from the bottom to the top.

|

See Also

IndicatorUnwindAnimation Class

IndicatorUnwindAnimation Members

DevExpress.Xpf.Charts Namespace