Nevron .NET Vision
Nevron.Chart Namespace / NStockDataPoint Class / NStockDataPoint Constructor / NStockDataPoint Constructor(Double,Double,Double,Double)
stock open value
stock high value
stock low value
stock close value


In This Topic
    NStockDataPoint Constructor(Double,Double,Double,Double)
    In This Topic
    Creates a new stock data point.
    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)
    public NStockDataPoint( 
       System.double open,
       System.double high,
       System.double low,
       System.double close
    )

    Parameters

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