Nevron .NET Vision
Nevron.Chart Namespace / NDataPoint Class / NDataPoint Constructor / NDataPoint Constructor(Double,Double,Double,String)
data point x value
data point y value
data point z value
data point label


In This Topic
    NDataPoint Constructor(Double,Double,Double,String)
    In This Topic
    Initializer constructor (used by XYZ scatters)
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal z As System.Double, _
       ByVal label As System.String _
    )
    'Usage
     
    
    Dim x As System.Double
    Dim y As System.Double
    Dim z As System.Double
    Dim label As System.String
     
    Dim instance As New NDataPoint(x, y, z, label)
    public NDataPoint( 
       System.double x,
       System.double y,
       System.double z,
       System.string label
    )

    Parameters

    x
    data point x value
    y
    data point y value
    z
    data point z value
    label
    data point label
    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