'Declaration Public Overloads Sub AddBubble( _ ByVal y As Double, _ ByVal x As Double, _ ByVal size As Double, _ ByVal label As String, _ ByVal bubbleFE As FillEffect _ )
'Usage Dim instance As BubbleSeries Dim y As Double Dim x As Double Dim size As Double Dim label As String Dim bubbleFE As FillEffect instance.AddBubble(y, x, size, label, bubbleFE)
Parameters
- y
- y value
- x
- x value
- size
- bubble size
- label
- label
- bubbleFE
- the fill effect applied on the bubble