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) Method
float bar begin
float bar end
label


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

    Parameters

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