Skip to main content

PointAnimationOrder Enum

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

public enum PointAnimationOrder

#Members

Name
Straight
Inverted
Random

#Passed To

You can pass PointAnimationOrder values to the SeriesPointAnimationBase.PointOrder property.

See Also