SecondLineLabel Property
The SecondLineLabel property returns or sets the pie chart second line label type. Returns a Long.
Syntax
object.SecondLineLabel
object.SecondLineLabel = SecondLineLabel
Parameter | Type | Description |
SecondLineLabel | Long | required, grfPieLabel |
Example
This example shows how to set the label for the second line in a pie chart to a percentage.
Graph1.SecondLineLabel = grfPercentage
Used by: AutoPieChart object