Version

YRotation Property (View3DAppearance)

Specifies the degree of rotation along the Y-axis of a 3-D chart.
Syntax
'Declaration
 
Public Property YRotation As Single
public float YRotation {get; set;}
Remarks

The value specified is in terms of degrees. 0 represents no rotation, with each additional 90 degrees rotating the chart one quarter around the Y-Axis. The Y-Axis is the axis leading into the screen, because the ground plane of all 3-D charts is the XY plane.

The XRotation and ZRotation properties specify the degree of rotation along the X- and Z-Axis, respectively.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also