Back to Devexpress

SeriesPointAnimationBaseModel.PointOrder Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-seriespointanimationbasemodel.md

latest1.8 KB
Original Source

SeriesPointAnimationBaseModel.PointOrder Property

Gets or sets the value of the SeriesPointAnimationBase.PointOrder within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
PointAnimationOrder

The order of point animation starts.

|

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

SeriesPointAnimationBaseModel Class

SeriesPointAnimationBaseModel Members

DevExpress.XtraCharts.Designer Namespace