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,LineProperties) Method
float bar begin
float bar end
label
fill effect
border


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

    Parameters

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