Nevron .NET Vision
Nevron.Chart Namespace / NErrorBarDataPoint Class / NErrorBarDataPoint Constructor / NErrorBarDataPoint Constructor(Double,Double,Double)
data point Y value
upper Y error value
lower Y error value


In This Topic
    NErrorBarDataPoint Constructor(Double,Double,Double)
    In This Topic
    Creates a new error bar data point.
    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
    data point Y value
    upperErrorY
    upper Y error value
    lowerErrorY
    lower Y error 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