共用方式為


Axis.LogarithmBase 屬性

定義

取得或設定對數座標軸的對數基底值。

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 為基底。

屬性

備註

此屬性只有在 屬性設定為 trueIsLogarithmic 才會生效。

請注意,此屬性僅適用于用來繪製資料的值軸。 設定類別座標軸的這個屬性會導致擲回例外狀況。

適用於