Back to Devexpress

PointAnimationOrder Enum

wpf-devexpress-dot-xpf-dot-charts-c8969551.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum PointAnimationOrder
vb
Public Enum PointAnimationOrder

Members

NameDescription
Straight

Point markers are animated in the same order the points have within the collection.

| | Inverted |

Point markers are animated in the reverse order.

| | Random |

Point markers are animated in a random order.

|

The following properties accept/return PointAnimationOrder values:

See Also

DevExpress.Xpf.Charts Namespace