Syntax

expression.MaximumScaleIsAuto

expression A variable that represents an Axis object.

Remarks

Setting the property sets this property to False.

Example

This example automatically calculates the minimum scale and the maximum scale for the value axis in Chart1.

Visual Basic for Applications
With Charts("Chart1").Axes(xlValue) .MinimumScaleIsAuto = True .MaximumScaleIsAuto = True End With
Auto max value? Enable automatic maximum value on chart? Have Excel automatically set the top boundary of a chart? maximum scale is auto Maximum Scale Is Auto Property MaximumScale maximumscaleis MaximumScaleIsAuto MaximumScaleIsAuto Property

See also: