AutoScaling property (Excel Graph)

True if Graph scales a 3D chart so that it's closer in size to the equivalent 2D chart. The RightAngleAxes property must be True. Read/write Boolean.

Syntax

expression.AutoScaling

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example automatically scales the chart. The example should be run on a 3D chart.

With myChart 
 .RightAngleAxes = True 
 .AutoScaling = True 
End With

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.