Nevron.Chart Namespace / NScale3DToViewTransformation Structure / NScale3DToViewTransformation Constructor


NScale3DToViewTransformation 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 _
)
 
'Usage
 
Dim chart As NChart
Dim horizontalAxisId As System.Integer
Dim verticalAxisId As System.Integer
Dim depthAxisId As System.Integer
 
Dim instance As New NScale3DToViewTransformation(chart, horizontalAxisId, verticalAxisId, depthAxisId)

Parameters

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