Syntax

expression.BubbleSizes

expression A variable that represents a Series object.

Example

This example displays the cell reference for the cells that contain the bubble chart x-value, y-value and size data.

Visual Basic for Applications
MsgBox Worksheets(1).ChartObjects(1).Chart _ .SeriesCollection(1).BubbleSizes

This example shows how to set this property using R1C1-style notation.

Visual Basic for Applications
Worksheets(1).ChartObjects(1).Chart _ .SeriesCollection(1).BubbleSizes = "=Sheet1!r1c5:r5c5"
bubble sizes Bubble Sizes Property BubbleSizes bubblesizes property find cells containing bubble sizes locate cells chart bubble sizes reference cells bubble sizes

See also: