代表指定圖表中的引出線。引出線將數(shù)據(jù)標簽與相應(yīng)的數(shù)據(jù)點連接起來。本對象并非集合,沒有代表單個引出線的集合。
可用 LeaderLines 屬性返回 LeaderLines 對象。下例向圖表中的第一個數(shù)據(jù)系列添加數(shù)據(jù)標簽和藍色引出線。
With myChart.SeriesCollection(1)
.HasDataLabels = True
.DataLabels.Position = xlLabelPositionBestFit
.HasLeaderLines = True
.LeaderLines.Border.ColorIndex = 5