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


    AddFloatBar(Double,Double) Method
    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)

    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