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 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.