FirstLineFont Property
The FirstLineFont property returns an AutoMFont object to control the pie chart first line font setting. This is a read-only property.
Syntax
object.FirstLineFont
object.FirstLineFont =FirstLineFont
Example
This example changes the font format of the first line text.
Graph1.FirstLineFont.color = grfColorBlue
Used by: AutoPieChart object