ShowNegativeValues (Property)

Applies To:

BubbleChart object

Description:

Displays bubbles with negative values. These type of values are derived from their real absolute value, and the real negative value is depicted in the data label (although based on the positive value).

Action:

Read-write, Boolean

Example:

This example shows how to display negative values in a bubble chart:

ActiveDocument.Sections["Chart2"].BubbleChart.ShowNegativeValues = true