Nevron .NET Vision
Nevron.Chart Namespace / NBoxAndWhiskersDataPoint Class / NBoxAndWhiskersDataPoint Constructor / NBoxAndWhiskersDataPoint Constructor(Double,Double,Double,Double)
upper box value
lower box value
upper whisker value
lower whisker value


In This Topic
    NBoxAndWhiskersDataPoint Constructor(Double,Double,Double,Double)
    In This Topic
    Creates a new box and whiskers data point.
    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
    upper box value
    lowerBoxValue
    lower box value
    upperWhiskerValue
    upper whisker value
    lowerWhiskerValue
    lower whisker 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