mschart 設定log scale 座標時必當!!!
照範例試了好多次,linear 和 percent 就沒有問題
log scale 時就當掉了
why why why ~~~
please help , thank you !!!
MSChart1.Plot.Axis(VtChAxisIdY) _
.AxisScale.Type = VtChScaleTypeLogarithmic
' 從 scale 轉換到 log 時必須特別
' 指定一個 LogBase。基數可以設為
' 2 到 200 間的任意值。
MSChart1.Plot.Axis(VtChAxisIdY).AxisScale _
.LogBase = 10
照範例試了好多次,linear 和 percent 就沒有問題
log scale 時就當掉了
why why why ~~~
please help , thank you !!!
MSChart1.Plot.Axis(VtChAxisIdY) _
.AxisScale.Type = VtChScaleTypeLogarithmic
' 從 scale 轉換到 log 時必須特別
' 指定一個 LogBase。基數可以設為
' 2 到 200 間的任意值。
MSChart1.Plot.Axis(VtChAxisIdY).AxisScale _
.LogBase = 10
文章標籤
全站熱搜
