共用方式為


Axis.IsLogarithmic 屬性

定義

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

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

屬性值

Boolean

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

屬性

適用於