Syntax

expression.MajorUnitIsAuto

expression A variable that represents an Axis object.

Remarks

Setting the property sets this property to False.

Example

This example automatically sets the major and minor units for the value axis in Chart1.

Visual Basic for Applications
With Charts("Chart1").Axes(xlValue) .MajorUnitIsAuto = True .MinorUnitIsAuto = True End With
Automatically calculate the value axis units of measurement? Is there an easy way to have the value axis units set? major unit is auto Major Unit Is Auto Property MajorUnit majorunitis MajorUnitIsAuto MajorUnitIsAuto Property

See also: