Skip to main content
A newer version of this page is available. .

AnimationRotation Struct

Represents rotation settings for a specific animation.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public struct AnimationRotation

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