Back to Devexpress

AnimationRotation.AngleZ Property

wpf-devexpress-dot-xpf-dot-charts-dot-animationrotation-f3404a10.md

latest1.6 KB
Original Source

AnimationRotation.AngleZ Property

Gets or sets the value (in degrees) at which the object should be rotated around the Z-axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double AngleZ { get; set; }
vb
Public Property AngleZ As Double

Property Value

TypeDescription
Double

A Double value which specifies the rotation angle (in degrees).

|

Remarks

Note that the order in which AnimationRotation.AngleX, AnimationRotation.AngleY and AngleZ properties are applied, is specified by the AnimationRotation.Order property.

See Also

Order

AngleX

AngleY

AnimationRotation Struct

AnimationRotation Members

DevExpress.Xpf.Charts Namespace