BubbleChart (Object)

Member of:

ChartSection object

Description:

Enables you to set and retrieve bubble chart attributes. Bubble charts are typically used to display three data dimensions in two dimensional charts. Bubble charts are often used to display financial data because you can differentiate values by bubble size. This like using scatter chart to plot data as a collection of bubbles.

Example:

This example illustrates how to display negative values in bubble charts:

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

Properties:

Read-write: MaxBubbleSize As Number, ShowNegativeValues as Boolean, ShowZeroBubbles as Boolean

Note:

When the Chart type is set to Bubble, only items appropriate for Bubble chart display in the Script Editor Object Model browser.