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


In This Topic
    NErrorBarDataPoint Constructor(Double,Double,Double)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal valueY As System.Double, _
       ByVal upperErrorY As System.Double, _
       ByVal lowerErrorY As System.Double _
    )
    'Usage
     
    
    Dim valueY As System.Double
    Dim upperErrorY As System.Double
    Dim lowerErrorY As System.Double
     
    Dim instance As New NErrorBarDataPoint(valueY, upperErrorY, lowerErrorY)
    public NErrorBarDataPoint( 
       System.double valueY,
       System.double upperErrorY,
       System.double lowerErrorY
    )

    Parameters

    valueY
    upperErrorY
    lowerErrorY
    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