다음을 통해 공유


Axis.LogarithmBase 속성

정의

로그 축의 로그 기준 값을 가져오거나 설정합니다.

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

속성 값

double 값입니다. 기본값은 base 10입니다.

특성

설명

이 속성은 속성이 .로 설정된 경우에만 적용 IsLogarithmic 됩니다 true.

이 속성은 데이터를 그리는 데 사용되는 값 축에만 적용됩니다. 범주 축에 대해 이 속성을 설정하면 예외가 throw됩니다.

적용 대상