XRotation Property

The XRotation property returns or sets the X rotation of a 3D graph. Returns a Double.

Syntax

object.XRotation

object.XRotation = XRotation

 

Parameter Type Description
XRotation Double required, value between -90 and 90 degrees

 

Example 1

This example demonstrates how to set the X rotation of a 3D graph.

Graph2.XRotation = 55

Example 2

This example demonstrates how to return the X rotation of a 3D graph.

Debug.Print Graph2.XRotation

 

Used by: Auto3DPieChart object, AutoGraph object

See Also

YRotation Property

ZRotation Property