Axis.MaximumScaleIsAuto Property
True if Microsoft Excel calculates the maximum value for the value axis.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property MaximumScaleIsAuto As Boolean
Get
Set
'Usage
Dim instance As Axis
Dim value As Boolean
value = instance.MaximumScaleIsAuto
instance.MaximumScaleIsAuto = value
bool MaximumScaleIsAuto { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting the MaximumScale property sets this property to False.