SecondLineFont Property

The SecondLineFont property returns an AutoMFont object to control the pie chart second line font setting. This is a read-only property.

Syntax

object.SecondLineFont

Example

This example changes the text format of the second line text.

Graph1.SecondLineFont.Italic = True

 

Used by: AutoPieChart object