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