Skip to main content
A newer version of this page is available. .

SeriesPointAnimationBase.PointOrder Property

Gets or sets the order in which points are animated.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
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