Applies To:
PieChart object
Description:
Displays Pie Chart labels.
Action:
Read-write, Boolean
Example:
This example shows how to display Pie Chart labels and the percentages of value:
ActiveDocument.Sections["Chart"].PieChart.ShowLabels = true ActiveDocument.Sections["Chart"].PieChart. ShowPercentages = true