Share via


Series.BubbleSizes Property

Returns or sets a string that refers to the worksheet cells that contain the x-value, y-value, and size data for the bubble chart. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property BubbleSizes As Object
    Get
    Set
'Usage
Dim instance As Series
Dim value As Object

value = instance.BubbleSizes

instance.BubbleSizes = value
Object BubbleSizes { get; set; }

Property Value

Type: System.Object

Remarks

When you return the cell reference, it will return a string that describes the cells in A1-style notation. To set the size data for the bubble chart, you must use R1C1-style notation.

Note

This property applies only to bubble charts.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace