Xceed Chart for WinForms v4.4 Documentation
AddHighLow(Double,Double) Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > HighLowSeries Class > AddHighLow Method : AddHighLow(Double,Double) Method
high value of data point
low value of data point
Adds new values in the HighValues and LowValues series.
Syntax
'Declaration
 
Public Overloads Sub AddHighLow( _
   ByVal high As Double, _
   ByVal low As Double _
) 
'Usage
 
Dim instance As HighLowSeries
Dim high As Double
Dim low As Double
 
instance.AddHighLow(high, low)
public void AddHighLow( 
   double high,
   double low
)

Parameters

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

Reference

HighLowSeries Class
HighLowSeries Members
Overload List