Syntax

expression.MinimumScaleIsAuto

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
minimum minimum scale is auto Minimum Scale Is Auto Property MinimumScale minimumscaleis MinimumScaleIsAuto MinimumScaleIsAuto Property Set lowest value on graph the easy way? Set minimum chart value automatically?

See also: