Excel Graph (HasLeaderLines 屬性)
如果數列有指引線,則為 True 。 可讀寫的 Boolean。
運算式。HasLeaderLines
需要 expression。 可傳回 [套用至] 清單內其中一個物件的運算式。
本範例會在圓形圖的第一個數列中新增資料標籤和藍色指引線。
With myChart.SeriesCollection(1)
.HasDataLabels = True
.DataLabels.Position = xlLabelPositionBestFit
.HasLeaderLines = True
.LeaderLines.Border.ColorIndex = 5
End With
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。