Nevron.Chart Namespace / NViewToScale3DTransformation Class / NViewToScale3DTransformation Constructor


NViewToScale3DTransformation Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal chart As NChart, _
   ByVal horizontalAxisId As System.Integer, _
   ByVal verticalAxisId As System.Integer, _
   ByVal depthAxisId As System.Integer, _
   ByVal depthValue As System.Double _
)
 
'Usage
 
Dim chart As NChart
Dim horizontalAxisId As System.Integer
Dim verticalAxisId As System.Integer
Dim depthAxisId As System.Integer
Dim depthValue As System.Double
 
Dim instance As New NViewToScale3DTransformation(chart, horizontalAxisId, verticalAxisId, depthAxisId, depthValue)

Parameters

chart
horizontalAxisId
verticalAxisId
depthAxisId
depthValue
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