PieChart (Object)

Member of:

ChartSection object

Description:

The PieChart (Object) represents Pie Chart settings.

Example:

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
}

Methods:

None

Properties:

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