Nevron .NET Vision
Nevron.Chart Namespace / NHighLowDataPoint Class / NHighLowDataPoint Constructor / NHighLowDataPoint Constructor(Double,Double)
data point high value
data point low value


In This Topic
    NHighLowDataPoint Constructor(Double,Double)
    In This Topic
    Creates a new high-low data point
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal high As System.Double, _
       ByVal low As System.Double _
    )
    'Usage
     
    
    Dim high As System.Double
    Dim low As System.Double
     
    Dim instance As New NHighLowDataPoint(high, low)
    public NHighLowDataPoint( 
       System.double high,
       System.double low
    )

    Parameters

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