AutoScaling Property

Microsoft Graph Visual Basic

property must be True. Read/write Boolean.

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 3-D chart.

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