Back to Devexpress

PointAnimationOrder Enum

corelibraries-devexpress-dot-xtracharts-832acd85.md

latest1.7 KB
Original Source

PointAnimationOrder Enum

Lists the order of point animation starts.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum PointAnimationOrder
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum PointAnimationOrder

Members

NameDescription
Straight

Points are animated in straight sort order.

| | Inverted |

Points are animated in inverted sort order.

| | Random |

Points are animated in random sort order.

|

The following properties accept/return PointAnimationOrder values:

LibraryRelated API Members
Cross-Platform Class LibrarySeriesPointAnimationBase.PointOrder
WinForms ControlsSeriesPointAnimationBaseModel.PointOrder

See Also

DevExpress.XtraCharts Namespace