Skip to main content

SeriesPointAnimationBase.PointOrder Property

Gets or sets the order in which points are animated.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.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.

Inverted

Points are animated in inverted sort order.

Random

Points are animated in random sort order.

See Also