The PieChart (Object) represents Pie Chart settings.
This example shows how to define settings for a Pie Chart:
with(ActiveDocument.Sections["Chart"])
{
PieChart.ShowLabels = true
PieChart.ShowValues = true
PieChart.ShowPercentages = false
PieChart.ShowAllPositive = False
}Read-write: Property Height As Number, Property Rotation As Number, Property ShowAllPositive As Boolean, Property ShowLabels As Boolean, Property ShowPercentages As Boolean, Property ShowValues As Boolean