PointAnimationOrder Enum
In This Article
Lists the order of point animation starts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
Straight
|
Points are animated in straight sort order. |
Inverted
|
Points are animated in inverted sort order. |
Random
|
Points are animated in random sort order. |
#Related API Members
The following properties accept/return PointAnimationOrder values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Series |
Win |
Series |
See Also