Axis.IsLogarithmic プロパティ

定義

軸が対数であるかどうかを示すフラグを取得または設定します。 対数グラフでは、0 または負のデータ値を使用できません。

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

属性

適用対象