Axis.IsLogarithmic 属性

定义

获取或设置指示相应轴是否为对数轴的标志。 对数图表中不允许出现零或负的数据值。

public:
 property bool IsLogarithmic { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsLogarithmic { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsLogarithmic : bool with get, set
Public Property IsLogarithmic As Boolean

属性值

Boolean

如果相应轴为对数轴,则为 true;否则为 false

属性

适用于