Series.BubbleSizes Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
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 R1C1-style notation.

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace