HasDataLabels 屬性

此頁沒有內(nèi)容條目
內(nèi)容

如果數(shù)據(jù)系列具有數(shù)據(jù)標(biāo)簽,則該值為 True。Boolean 類型,可讀寫。

示例

本示例打開第三個數(shù)據(jù)系列的數(shù)據(jù)標(biāo)簽。

With myChart.SeriesCollection(3)

    .HasDataLabels = True

    .ApplyDataLabels Type:=xlValue

End With