PointAnimationOrder Enum
In This Article
Lists the values that are used to define the order in which series points are animated.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name |
---|
Straight |
Inverted |
Random |
#Passed To
You can pass PointAnimationOrder values to the SeriesPointAnimationBase.PointOrder property.
See Also