'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, _ ByVal bubbleBorder As LineProperties _ )
'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 Dim bubbleBorder As LineProperties instance.AddBubble(y, x, size, label, bubbleFE, bubbleBorder)
public void AddBubble( double y, double x, double size, string label, FillEffect bubbleFE, LineProperties bubbleBorder )
Parameters
- y
- y value
- x
- x value
- size
- bubble size
- label
- label
- bubbleFE
- the fill effect applied on the bubble
- bubbleBorder
- the border applied on the bubble