Axis.LogarithmBase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定對數軸對數基底的值。
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。
請注意,此特性僅適用於用於繪製資料的值軸。 將此屬性設為類別軸時,會拋出例外。