Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NErrorBarDataPoint Class / NErrorBarDataPoint Constructor / NErrorBarDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double,Double,Double,NFill,NStroke,ENPointShape3D)


In This Topic
    NErrorBarDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double,Double,Double,NFill,NStroke,ENPointShape3D)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal z As System.Double, _
       ByVal upperXError As System.Double, _
       ByVal lowerXError As System.Double, _
       ByVal upperYError As System.Double, _
       ByVal lowerYError As System.Double, _
       ByVal upperZError As System.Double, _
       ByVal lowerZError As System.Double, _
       ByVal fill As NFill, _
       ByVal stroke As NStroke, _
       ByVal shape As ENPointShape3D _
    )
    'Usage
     
    
    Dim x As System.Double
    Dim y As System.Double
    Dim z As System.Double
    Dim upperXError As System.Double
    Dim lowerXError As System.Double
    Dim upperYError As System.Double
    Dim lowerYError As System.Double
    Dim upperZError As System.Double
    Dim lowerZError As System.Double
    Dim fill As NFill
    Dim stroke As NStroke
    Dim shape As ENPointShape3D
     
    Dim instance As New NErrorBarDataPoint(x, y, z, upperXError, lowerXError, upperYError, lowerYError, upperZError, lowerZError, fill, stroke, shape)
    public NErrorBarDataPoint( 
       System.double x,
       System.double y,
       System.double z,
       System.double upperXError,
       System.double lowerXError,
       System.double upperYError,
       System.double lowerYError,
       System.double upperZError,
       System.double lowerZError,
       NFill fill,
       NStroke stroke,
       ENPointShape3D shape
    )

    Parameters

    x
    y
    z
    upperXError
    lowerXError
    upperYError
    lowerYError
    upperZError
    lowerZError
    fill
    stroke
    shape
    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