Skip to main content

SeriesPointAnimationBaseModel.PointOrder Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public PointAnimationOrder PointOrder { get; set; }

Property Value

Type Description
PointAnimationOrder

The order of point animation starts.

Available values:

Name Description
Straight

Points are animated in straight sort order.

PointAnimationOrder.Straight

Inverted

Points are animated in inverted sort order.

PointAnimationOrder

Random

Points are animated in random sort order.

PointAnimationOrder.Random

See Also