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입니다.

특성

적용 대상