Version

XRotation Property (View3DAppearance)

Specifies the degree of rotation along the X-axis of a 3-D chart.
Syntax
'Declaration
 
Public Property XRotation As Single
public float XRotation {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 X-Axis. The X-Axis is the horizontal axis, it forms the XY ground plane with the Y-Axis.

The YRotation and ZRotation properties specify the degree of rotation along the Y- 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