共用方式為


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 對數軸對數基值的值。 預設值是 10 進制。

屬性

備註

此性質僅在該性質被設定為 true時才會生效IsLogarithmic

請注意,此特性僅適用於用於繪製資料的值軸。 將此屬性設為類別軸時,會拋出例外。

適用於