Skip to main content

SeriesPointAnimationBase.PointOrder Property

Gets or sets the order in which points are animated.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PointAnimationOrder PointOrder { get; set; }

Property Value

Type Description
PointAnimationOrder

A PointAnimationOrder enumeration value.

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