A newer version of this page is available.
Switch to the current version.
AnimationDirection Enum
Lists the animation directions.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum AnimationDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum AnimationDirection
Members
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. |
Related API Members
The following properties accept/return AnimationDirection values:
Show 12 items
See Also
Feedback