AutoScaling Property
Applies To
Chart object.
Description
True if Microsoft Graph scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. Read/write Boolean.
Example
This example automatically scales the chart. The example should be run on a 3-D chart.
With myChart
.RightAngleAxes = True
.AutoScaling = True
End With