ShowPercentages (Property)

Applies To:

PieChart object

Description:

Enables the display of Pie slice percentages in a Pie Chart.

Action:

Read-write, Boolean

Example:

This example shows how to set Pie Chart specific properties:

ActiveDocument.Sections["Chart"].PieChart.ShowLabels = true
ActiveDocument.Sections["Chart"].PieChart. ShowPercentages = true