Axis.MajorUnitIsAuto Property
Excel Developer Reference |
True if Microsoft Excel calculates the major units for the value axis. Read/write Boolean.
Syntax
expression.MajorUnitIsAuto
expression A variable that represents an Axis object.
Remarks
Setting the MajorUnit 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 |
---|
|
See Also