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

PointAnimationOrder Enum

Lists the order of point animation starts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PointAnimationOrder

Members

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

Related API Members

The following properties accept/return PointAnimationOrder values:

Library Related API Members
Cross-Platform Class Library SeriesPointAnimationBase.PointOrder
WinForms Controls SeriesPointAnimationBaseModel.PointOrder

See Also