Axis.LogarithmBase 属性

定义

获取或设置用于对数轴的对数底的值。

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

属性值

Double

一个 double,表示用于对数轴的对数底的值。 默认值为以 10 为底。

属性

注解

此属性仅在 属性设置为 IsLogarithmic 时有效 true

请注意,此属性仅适用于用于绘制数据的值轴。 为分类轴设置此属性将导致引发异常。

适用于