IndicatorDirectedAnimationBase.Direction Property
Gets or sets the direction of an indicator animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
AnimationDirection | The value that specifies the direction of the animation. |
Available values:
Name | Description |
---|---|
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.
Direction | Example | Description |
---|---|---|
FromLeft | Animation starts from the left boundary. | |
FromRight | Animation starts from the right boundary. | |
FromTop | Animation starts from the top boundary. | |
FromBottom | Animation starts from the bottom boundary. |
See Also