Skip to main content

PointAnimationOrder Enum

Lists the order of point animation starts.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

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

#Members

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.

#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