FirstLineFormat Property
The FirstLineFormat property returns an AutoLabelFormat object to control the pie chart first line label setting. This is a read-only property.
Syntax
object.FirstLineFormat
object.FirstLineFormat =FirstLineFormat
Example
This example changes the label format of the first line text.
Graph1.FirstLineFormat.prefix = "Location = "
Used by: AutoPieChart object