SecondLineFormat Property

The SecondLineFormat property returns an AutoLine object to control the pie chart second line property settings. This is a read-only property.

Syntax

object.SecondLineFormat

Example

This example changes the format of the second line text.

Graph1.SecondLineFormat.Postfix = " %"

 

Used by: AutoPieChart object