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


In This Topic
    NStockDataPoint Constructor(Double,Double,Double,Double,DateTime)
    In This Topic
    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, _
       ByVal dt As System.Date _
    )
    'Usage
     
    
    Dim open As System.Double
    Dim high As System.Double
    Dim low As System.Double
    Dim close As System.Double
    Dim dt As System.Date
     
    Dim instance As New NStockDataPoint(open, high, low, close, dt)
    public NStockDataPoint( 
       System.double open,
       System.double high,
       System.double low,
       System.double close,
       System.DateTime dt
    )

    Parameters

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