Back to Devexpress

SeriesPointAnimationBase.PointOrder Property

corelibraries-devexpress-dot-xtracharts-dot-seriespointanimationbase.md

latest1.7 KB
Original Source

SeriesPointAnimationBase.PointOrder Property

Gets or sets the order in which points are animated.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.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

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

SeriesPointAnimationBase Class

SeriesPointAnimationBase Members

DevExpress.XtraCharts Namespace