ShowLegendKey 屬性

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

如果數(shù)據(jù)標簽圖例標示可見,則該值為 True。Boolean 類型,可讀寫。

示例

本示例使第一個數(shù)據(jù)系列的數(shù)據(jù)標簽顯示數(shù)值和圖例標示。

With myChart.SeriesCollection(1).DataLabels

    .ShowLegendKey = True

    .Type = xlShowValue

End With