通过


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..

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

适用于