HeightPercent Property
Applies To
Chart object.
Description
Returns or sets the height of a 3-D chart as a percentage of the chart width (between 5 and 500 percent). Read/write Long.
See Also
DepthPercent property.
Example
This example sets the height of the chart to 80 percent of its width. The example should be run on a 3-D chart.
myChart.HeightPercent = 80