Series.BubbleSizes Property

Definition

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.

public:
 property System::Object ^ BubbleSizes { System::Object ^ get(); void set(System::Object ^ value); };
public object BubbleSizes { get; set; }
Public Property BubbleSizes As Object

Property Value

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.

Applies to