共用方式為


Axis.IsLogarithmic 屬性

定義

取得或設定旗標,這個旗標表示座標軸是否為對數。 對數圖表中不能包含零或負數資料值。

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

屬性值

如果座標軸是對數則為 true,否則為 false

屬性

適用於