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

一个 double 值。 默认值为以 10 为底。

属性

注解

仅当属性设置为时,此属性才有效 IsLogarithmic true

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

适用于