Axis.MinorUnitIsAuto Property

True if Microsoft Excel calculates minor units for the value axis.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property MinorUnitIsAuto As Boolean
    Get
    Set
'Usage
Dim instance As Axis
Dim value As Boolean

value = instance.MinorUnitIsAuto

instance.MinorUnitIsAuto = value
bool MinorUnitIsAuto { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting the MinorUnit property sets this property to False.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Excel Namespace