返回指定圖表中數(shù)值軸的 DisplayUnitLabel 對象。如果 HasDisplayUnitLabel 屬性的值為 False,則返回 Null。只讀。
本示例將 myChart 中數(shù)值軸的標(biāo)題設(shè)置為“Millions”,同時關(guān)閉自動字體調(diào)整功能。
With myChart.Axes(xlValue).DisplayUnitLabel
.Caption = "Millions"
.AutoScaleFont = False