XYSeriesDirectedAnimationBaseModel.Direction Property
In This Article
Gets or sets the value of the XYSeriesDirectedAnimationBase.Direction within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public AnimationDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Animation |
The animation direction. |
Available values:
Name | Description |
---|---|
From |
Animation starts from the left boundary. |
From |
Animation starts from the bottom boundary. |
From |
Animation starts from the right boundary. |
From |
Animation starts from the top boundary. |
See Also