ZRotation Property
The ZRotation property returns or sets the Z rotation of a 3D graph. Returns a Double.
Syntax
object.ZRotation
object.ZRotation = ZRotation
Parameter | Type | Description |
ZRotation | Double | required, value between -90 and 90 degrees |
Example 1
This example demonstrates how to set the Z rotation of a 3D graph.
Graph2.ZRotation = 30
Example 2
This example demonstrates how to return the Z rotation of a 3D graph.
Debug.Print Graph2.ZRotation
Used by: Auto3DPieChart object, AutoGraph object