Back to Devexpress

XYSeriesDirectedAnimationBaseModel.Direction Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-xyseriesdirectedanimationbasemodel.md

latest2.0 KB
Original Source

XYSeriesDirectedAnimationBaseModel.Direction Property

Gets or sets the value of the XYSeriesDirectedAnimationBase.Direction within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public AnimationDirection Direction { get; set; }
vb
Public Property Direction As AnimationDirection

Property Value

TypeDescription
AnimationDirection

The animation direction.

|

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

XYSeriesDirectedAnimationBaseModel Class

XYSeriesDirectedAnimationBaseModel Members

DevExpress.XtraCharts.Designer Namespace