本範例會設定Chart1 中數值座標軸的最小值和最大值。 VB 複製. With Charts("Chart1").Axes(xlValue) .MinimumScale = 10 .MaximumScale = 120 End ...
確定! 回上一頁