Share via


Series.BubbleSizes Property

Returns or sets a string that refers to the worksheet cells containing the size data for the bubble chart. Applies only to bubble charts. Read/write Object.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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 describing the cells in A1-style notation. To set the size data for the bubble chart, you must use R1-style notation.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Excel Namespace