IndicatorDirectedAnimationBaseModel.Direction Property
Gets or sets the IndicatorDirectedAnimationBase.Direction property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
AnimationDirection | An animation direction. |
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. |
See Also