Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NBoxAndWhiskerDataPoint Class / NBoxAndWhiskerDataPoint Constructor / NBoxAndWhiskerDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double)


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

    Parameters

    x
    upperBoxValue
    lowerBoxValue
    medianValue
    averageValue
    upperWhiskerValue
    lowerWhiskerValue
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also