Share via


Axis.DisplayUnitCustom 属性

定义

如果 属性xlCustomDisplayUnit值为 ,则DisplayUnitCustom属性返回或设置所显示单位的值。 该值范围必须是从 0 到 10E307。 读/写。

public:
 property double DisplayUnitCustom { double get(); void set(double value); };
public double DisplayUnitCustom { get; set; }
member this.DisplayUnitCustom : double with get, set
Public Property DisplayUnitCustom As Double

属性值

Double

注解

在绘制大数值图表时,使用单位标志可使刻度线标志易于阅读。 例如,如果将数值轴的单位设置为百、千或百万,则可以在坐标轴的刻度标志上使用较小的数字值。

适用于