DepthPercent Property

Applies To

Chart Object.

Description

Returns or sets the depth of a 3-D chart as a percentage of the chart width (between 20 and 2000 percent). Read-write.

See Also

HeightPercent Property.

Example

This example sets the chart depth of Chart1 to be 50 percent of its width. The example should be run on a 3-D chart.


Charts("Chart1").DepthPercent = 50