Axis.LogarithmBase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定對數座標軸的對數基底值。
public:
property double LogarithmBase { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double LogarithmBase { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.LogarithmBase : double with get, set
Public Property LogarithmBase As Double
屬性值
double
值。 預設值為以 10 為基底。
- 屬性
備註
此屬性只有在 屬性設定為 true
時 IsLogarithmic 才會生效。
請注意,此屬性僅適用于用來繪製資料的值軸。 設定類別座標軸的這個屬性會導致擲回例外狀況。