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


In This Topic
    NBoxAndWhiskersDataPoint Constructor(Double,Double,Double,Double)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal upperBoxValue As System.Double, _
       ByVal lowerBoxValue As System.Double, _
       ByVal upperWhiskerValue As System.Double, _
       ByVal lowerWhiskerValue As System.Double _
    )
    'Usage
     
    
    Dim upperBoxValue As System.Double
    Dim lowerBoxValue As System.Double
    Dim upperWhiskerValue As System.Double
    Dim lowerWhiskerValue As System.Double
     
    Dim instance As New NBoxAndWhiskersDataPoint(upperBoxValue, lowerBoxValue, upperWhiskerValue, lowerWhiskerValue)
    public NBoxAndWhiskersDataPoint( 
       System.double upperBoxValue,
       System.double lowerBoxValue,
       System.double upperWhiskerValue,
       System.double lowerWhiskerValue
    )

    Parameters

    upperBoxValue
    lowerBoxValue
    upperWhiskerValue
    lowerWhiskerValue
    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