Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / FloatBarSeries Class / AddFloatBar Method / AddFloatBar(Double,Double,String,FillEffect) Method
float bar begin
float bar end
label
fill effect


In This Topic
    AddFloatBar(Double,Double,String,FillEffect) Method
    In This Topic
    Adds a new floating bar with associated label and fill effect.
    Syntax
    'Declaration
     
    Public Overloads Sub AddFloatBar( _
       ByVal begin As Double, _
       ByVal end As Double, _
       ByVal label As String, _
       ByVal barFE As FillEffect _
    ) 
    'Usage
     
    Dim instance As FloatBarSeries
    Dim begin As Double
    Dim end As Double
    Dim label As String
    Dim barFE As FillEffect
     
    instance.AddFloatBar(begin, end, label, barFE)
    public void AddFloatBar( 
       double begin,
       double end,
       string label,
       FillEffect barFE
    )

    Parameters

    begin
    float bar begin
    end
    float bar end
    label
    label
    barFE
    fill effect
    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