Skip to main content

AnimationRotation.AngleY Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double AngleY { get; set; }

Property Value

Type Description
Double

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

Remarks

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

See Also