Back to Devexpress

AnimationRotation Struct

wpf-devexpress-dot-xpf-dot-charts-98abb246.md

latest2.0 KB
Original Source

AnimationRotation Struct

Represents rotation settings for a specific animation.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public struct AnimationRotation
vb
Public Structure AnimationRotation

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

AnimationRotation Members

DevExpress.Xpf.Charts Namespace