Axis.MajorUnitIsAuto Property

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

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

Syntax

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

value = instance.MajorUnitIsAuto

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

Property Value

Type: System.Boolean

Remarks

Setting the MajorUnit property sets this property to False.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Excel Namespace