הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
True if Microsoft Excel calculates the minimum value for the value axis. Read/write Boolean.
Syntax
expression.MinimumScaleIsAuto
expression A variable that represents an Axis object.
Remarks
Setting the MinimumScale property sets this property to False.
Example
This example automatically calculates the minimum scale and the maximum scale for the value axis on Chart1.
With Charts("Chart1").Axes(xlValue)
.MinimumScaleIsAuto = True
.MaximumScaleIsAuto = True
End With
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.