Chart.HeightPercent Property
Returns or sets the height of a 3-D chart as a percentage of the chart width (between 1 and 10000 percent). Read/write Long.
Syntax
expression.HeightPercent
expression A variable that represents a Chart object.
Example
This example sets the height of Chart1 to 80 percent of its width. The example should be run on a 3-D chart.
| Visual Basic for Applications |
|---|
|