Back to Devexpress

IndicatorDirectedAnimationBase.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-indicatordirectedanimationbase.md

latest2.7 KB
Original Source

IndicatorDirectedAnimationBase.Direction Property

Gets or sets the direction of an indicator 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

The value that specifies the direction of the animation.

|

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.

|

Remarks

The following directions are available.

DirectionExampleDescription
FromLeftAnimation starts from the left boundary.
FromRightAnimation starts from the right boundary.
FromTopAnimation starts from the top boundary.
FromBottomAnimation starts from the bottom boundary.

See Also

IndicatorDirectedAnimationBase Class

IndicatorDirectedAnimationBase Members

DevExpress.XtraCharts Namespace