Depth Property

The Depth property returns or sets the 3D graph depth. Returns a Double.

Syntax

object.Depth

object.Depth = Depth

 

Parameter Type Description
Depth Double required, in page units

 

Remarks

The minimum depth is 0 inches. the maximum depth is 6 inches (12.7 cm).

Example

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

XYGraph.Depth = 3

 

Used by: Auto3DPieChart object, Auto3DView object, AutoGraph object