Skip to main content
A newer version of this page is available. .

AnimationDirection Enum

Lists the animation directions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum AnimationDirection

Members

Name Description
FromLeft

Animation starts from the left boundary.

AnimationDirection.FromLeft

FromBottom

Animation starts from the bottom boundary.

AnimationDirection.FromBottom

FromRight

Animation starts from the right boundary.

AnimationDirection.FromRight

FromTop

Animation starts from the top boundary.

AnimationDirection.FromTop

See Also