共用方式為


Axis.LogarithmBase 屬性

定義

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

public:
 property double LogarithmBase { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public double LogarithmBase { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LogarithmBase : double with get, set
Public Property LogarithmBase As Double

屬性值

Double

double 值,表示對數座標軸的對數基底值。 預設值為以 10 為基底。

屬性

備註

這個屬性只有在 IsLogarithmic 屬性設定為時才會有作用 true

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

適用於