Axis.BaseUnitIsAuto Property
true if Microsoft PowerPoint chooses appropriate base units for the specified category axis. The default is true. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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