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.

属性

适用于