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

屬性值

true若軸為對數軸;否則,。 False

屬性

適用於