corelibraries-devexpress-dot-xtracharts-0ae6bfda.md
Lists the animation directions.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum AnimationDirection
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum AnimationDirection
| 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.
|
The following properties accept/return AnimationDirection values:
Show 14 items
See Also