Compartir a través de


Axis.MinimumScaleIsAuto Property

True if Microsoft Excel calculates the minimum value for the value axis.

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

Syntax

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

value = instance.MinimumScaleIsAuto

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

Property Value

Type: System.Boolean

Remarks

Setting the MinimumScale property sets this property to False.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Excel Namespace