Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / HighLowSeries Class / AddHighLow Method / AddHighLow(Double,Double,Double,String) Method
high value of data point
low value of data point
x data point position
data point label


In This Topic
    AddHighLow(Double,Double,Double,String) Method
    In This Topic
    Adds new values in the HighValues, LowValues and XValues series.
    Syntax
    'Declaration
     
    Public Overloads Sub AddHighLow( _
       ByVal high As Double, _
       ByVal low As Double, _
       ByVal x As Double, _
       ByVal label As String _
    ) 
    'Usage
     
    Dim instance As HighLowSeries
    Dim high As Double
    Dim low As Double
    Dim x As Double
    Dim label As String
     
    instance.AddHighLow(high, low, x, label)
    public void AddHighLow( 
       double high,
       double low,
       double x,
       string label
    )

    Parameters

    high
    high value of data point
    low
    low value of data point
    x
    x data point position
    label
    data point 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