Back to Devexpress

BarSlideAnimation.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-barslideanimation.md

latest1.8 KB
Original Source

BarSlideAnimation.Direction Property

Gets or sets the direction of the animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
AnimationDirection

An AnimationDirection enumeration value.

|

Available values:

NameDescription
FromLeft

Animation starts from the left boundary.

| | FromBottom |

Animation starts from the bottom boundary.

| | FromRight |

Animation starts from the right boundary.

| | FromTop |

Animation starts from the top boundary.

|

See Also

BarSlideAnimation Class

BarSlideAnimation Members

DevExpress.XtraCharts Namespace