AnimationRotation Struct
Represents rotation settings for a specific animation.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Related API Members
The following members return AnimationRotation objects:
Remarks
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