Axis.BaseUnitIsAuto Property
True if Microsoft Excel chooses appropriate base units for the specified category axis. The default value is True.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property BaseUnitIsAuto As Boolean
Get
Set
'Usage
Dim instance As Axis
Dim value As Boolean
value = instance.BaseUnitIsAuto
instance.BaseUnitIsAuto = value
bool BaseUnitIsAuto { get; set; }
Property Value
Type: System.Boolean
Remarks
You cannot set this property for a value axis.