ShowAllPositive (Property)

Applies To:

PieChart object

Description:

Enables the display of all values (both positive and negative) as positive when displaying a Pie Chart.

Action:

Read-write, Boolean

Example:

This example shows how to display all the values as positive values in a Pie Chart:

var MyChart = ActiveDocument.Sections["Sales Pie Chart"]
MyChart.PieChart.ShowAllPositive = true