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.v18.1.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[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

The following code snippets (auto-collected from DevExpress Examples) contain references to the PointAnimationOrder enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also