Axis.BaseUnitIsAuto Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel chooses appropriate base units for the specified category axis. The default value is True.
public:
property bool BaseUnitIsAuto { bool get(); void set(bool value); };
public bool BaseUnitIsAuto { get; set; }
Public Property BaseUnitIsAuto As Boolean
Property Value
Remarks
You cannot set this property for a value axis.