Series.BubbleSizes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.