Back to Devexpress

SeriesPointAnimationBase.PointOrder Property

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

latest1.8 KB
Original Source

SeriesPointAnimationBase.PointOrder Property

Defines the order in which series points are animated. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public PointAnimationOrder PointOrder { get; set; }
vb
Public Property PointOrder As PointAnimationOrder

Property Value

TypeDescription
PointAnimationOrder

A PointAnimationOrder enumeration value.

|

Available values:

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.

|

See Also

PointDelay

SeriesPointAnimationBase Class

SeriesPointAnimationBase Members

DevExpress.Xpf.Charts Namespace