Nevron.Chart Namespace / NShapeDataPoint Class / NShapeDataPoint Constructor / NShapeDataPoint Constructor(Double,Double,Double,Double,Double,Double,NFillStyle)


NShapeDataPoint Constructor(Double,Double,Double,Double,Double,Double,NFillStyle)
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 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 fillStyle As NFillStyle
 
Dim instance As New NShapeDataPoint(valueX, valueY, valueZ, sizeX, sizeY, sizeZ, fillStyle)

Parameters

valueX
valueY
valueZ
sizeX
sizeY
sizeZ
fillStyle
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