LabelLine Property
The LabelLine property returns the pie chart label line that extends from the label into the pie slice. Returns an AutoLine object. This is a read-only property.
Syntax
object.LabelLine
object.LabelLine =LabelLine
Example
This example shows how to change the color of the label line.
Set LabelLine = Graph1.LabelLine
LabelLine.foreColor = grfColorBlue
Used by: AutoPieChart object