wpf-devexpress-dot-xpf-dot-charts-98abb246.md
Represents rotation settings for a specific animation.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public struct AnimationRotation
Public Structure AnimationRotation
The following members return AnimationRotation objects:
This class introduces the AnimationRotation.AngleX, AnimationRotation.AngleY and AnimationRotation.AngleZ properties, that define rotation angles around specific axes, and the AnimationRotation.Order property, that defines the order in which these angles should be applied.
An instance of the AnimationRotation class is returned by the SeriesPointAnimation.InitialRotation property.
See Also