SeriesPointAnimationBaseModel.PointOrder Property
Gets or sets the value of the SeriesPointAnimationBase.PointOrder within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
PointAnimationOrder | The order of point animation starts. |
Available values:
Name | Description |
---|---|
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