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


NRangeDataPoint Constructor(Double,Double,Double,Double,Double,Double,NFillStyle)
Syntax
'Declaration
 
Public Function New( _
   ByVal X1 As System.Double, _
   ByVal Y1 As System.Double, _
   ByVal Z1 As System.Double, _
   ByVal X2 As System.Double, _
   ByVal Y2 As System.Double, _
   ByVal Z2 As System.Double, _
   ByVal fillStyle As NFillStyle _
)
 
'Usage
 
Dim X1 As System.Double
Dim Y1 As System.Double
Dim Z1 As System.Double
Dim X2 As System.Double
Dim Y2 As System.Double
Dim Z2 As System.Double
Dim fillStyle As NFillStyle
 
Dim instance As New NRangeDataPoint(X1, Y1, Z1, X2, Y2, Z2, fillStyle)

Parameters

X1
Y1
Z1
X2
Y2
Z2
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