Edit

Share via


Series.BubbleSizes Property

Definition

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.

public:
 property System::Object ^ BubbleSizes { System::Object ^ get(); void set(System::Object ^ value); };
public object BubbleSizes { get; set; }
member this.BubbleSizes : obj with get, set
Public Property BubbleSizes As Object

Property Value

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.

Applies to