Axis.DisplayUnitCustom 属性

定义

如果属性的 DisplayUnit 值为 xlCustom则 DisplayUnitCustom 属性返回或设置显示单位的值。 该值范围必须是从 0 到 10E307。

public:
 property double DisplayUnitCustom { double get(); void set(double value); };
public double DisplayUnitCustom { get; set; }
Public Property DisplayUnitCustom As Double

属性值

注解

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

适用于