Axis.LogarithmBase 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于对数轴的对数底的值。
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
,表示用于对数轴的对数底的值。 默认值为以 10 为底。
- 属性
注解
此属性仅在 属性设置为 IsLogarithmic 时有效 true
。
请注意,此属性仅适用于用于绘制数据的值轴。 为分类轴设置此属性将导致引发异常。