Nevron .NET Vision
Nevron.Chart Namespace / NViewToModel3DTransformation Class / NViewToModel3DTransformation Constructor


In This Topic
    NViewToModel3DTransformation Constructor
    In This Topic
    Converts coordinates from view to scale.
    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 NViewToModel3DTransformation(chart, horizontalAxisId, verticalAxisId, depthAxisId, depthValue)
    public NViewToModel3DTransformation( 
       NChart chart,
       System.int horizontalAxisId,
       System.int verticalAxisId,
       System.int depthAxisId,
       System.double 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