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


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

    Parameters

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