Back to Devexpress

BoxPlotSlideAnimation.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-boxplotslideanimation.md

latest1.8 KB
Original Source

BoxPlotSlideAnimation.Direction Property

Gets or sets the animation direction.

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

BoxPlotSlideAnimation Class

BoxPlotSlideAnimation Members

DevExpress.XtraCharts Namespace