SeriesPointAnimationBase.PointOrder Property
Gets or sets the order in which points are animated.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| PointAnimationOrder | A PointAnimationOrder enumeration value. |
Available values:
| 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.
|
See Also


