In This Topic
Gets or sets a
System.Double array that refers to the worksheet cells containing the size data for the bubble chart.
Syntax
'Declaration
Property BubbleSizes As Double()
'Usage
Dim instance As ISeries
Dim value() As Double
instance.BubbleSizes = value
value = instance.BubbleSizes
double[] BubbleSizes {get; set;}
See Also