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


In This Topic
    NViewToScale3DTransformation Constructor
    In This Topic
    Creates a new view to scale 3D transformation for the specified chart horizontal, vertical and depth axis.
    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)
    public NViewToScale3DTransformation( 
       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