Nevron .NET Vision
Nevron.Chart Namespace / NShapeDataPoint Class / NShapeDataPoint Constructor / NShapeDataPoint Constructor(Double,Double,Double,Double,Double,Double,String,NFillStyle)
data point X value
data point Y value
data point Z value
data point X size
data point Y size
data point Z size
data point label
data point fill style


In This Topic
    NShapeDataPoint Constructor(Double,Double,Double,Double,Double,Double,String,NFillStyle)
    In This Topic
    Creates a new shape data point.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal valueX As System.Double, _
       ByVal valueY As System.Double, _
       ByVal valueZ As System.Double, _
       ByVal sizeX As System.Double, _
       ByVal sizeY As System.Double, _
       ByVal sizeZ As System.Double, _
       ByVal label As System.String, _
       ByVal fillStyle As NFillStyle _
    )
    'Usage
     
    
    Dim valueX As System.Double
    Dim valueY As System.Double
    Dim valueZ As System.Double
    Dim sizeX As System.Double
    Dim sizeY As System.Double
    Dim sizeZ As System.Double
    Dim label As System.String
    Dim fillStyle As NFillStyle
     
    Dim instance As New NShapeDataPoint(valueX, valueY, valueZ, sizeX, sizeY, sizeZ, label, fillStyle)
    public NShapeDataPoint( 
       System.double valueX,
       System.double valueY,
       System.double valueZ,
       System.double sizeX,
       System.double sizeY,
       System.double sizeZ,
       System.string label,
       NFillStyle fillStyle
    )

    Parameters

    valueX
    data point X value
    valueY
    data point Y value
    valueZ
    data point Z value
    sizeX
    data point X size
    sizeY
    data point Y size
    sizeZ
    data point Z size
    label
    data point label
    fillStyle
    data point fill style
    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