PointAnimationOrder Enum
Lists the order of point animation starts.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.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 | SeriesPointAnimationBase.PointOrder |
| WinForms Controls | SeriesPointAnimationBaseModel.PointOrder |
See Also


