Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / BubbleSeries Class / AddBubble Method / AddBubble(Double,Double,Double,String,FillEffect) Method
y value
x value
bubble size
label
the fill effect applied on the bubble


In This Topic
    AddBubble(Double,Double,Double,String,FillEffect) Method
    In This Topic
    Adds a new bubble with associated label and fill effect.
    Syntax
    '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)
    public void AddBubble( 
       double y,
       double x,
       double size,
       string label,
       FillEffect bubbleFE
    )

    Parameters

    y
    y value
    x
    x value
    size
    bubble size
    label
    label
    bubbleFE
    the fill effect applied on the bubble
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also