代表指定图表中的引出线。引出线将数据标签与相应的数据点连接起来。本对象并非集合,没有代表单个引出线的集合。
可用 LeaderLines 属性返回 LeaderLines 对象。下例向图表中的第一个数据系列添加数据标签和蓝色引出线。
With myChart.SeriesCollection(1)
.HasDataLabels = True
.DataLabels.Position = xlLabelPositionBestFit
.HasLeaderLines = True
.LeaderLines.Border.ColorIndex = 5