Area2DUnwindAnimation.UnwindDirection Property
In This Article
Specifies the direction of Area2DUnwindAnimation. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public UnwindDirection UnwindDirection { get; set; }
#Property Value
Type | Description |
---|---|
Unwind |
An Unwind |
Available values:
Name | Description |
---|---|
Left |
The Unwind animation is directed from the left to the right. |
Right |
The Unwind animation is directed from the right to the left. |
Top |
The Unwind animation is directed from the top to the bottom. |
Bottom |
The Unwind animation is directed from the bottom to the top. |
See Also