True if Microsoft Graph calculates the minimum value for the axis. Read/write Boolean.
Setting the MinimumScale property sets this property to False.
This example automatically calculates the minimum scale and the maximum scale for the value axis.
With myChart.Axes(xlValue)
.MinimumScaleIsAuto = True
.MaximumScaleIsAuto = True
End With