Nevron.Chart Namespace / NStockDataPoint Class / NStockDataPoint Constructor / NStockDataPoint Constructor(Double,Double,Double,Double)


NStockDataPoint Constructor(Double,Double,Double,Double)
Syntax
'Declaration
 
Public Function New( _
   ByVal open As System.Double, _
   ByVal high As System.Double, _
   ByVal low As System.Double, _
   ByVal close As System.Double _
)
 
'Usage
 
Dim open As System.Double
Dim high As System.Double
Dim low As System.Double
Dim close As System.Double
 
Dim instance As New NStockDataPoint(open, high, low, close)

Parameters

open
high
low
close
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