Nevron.Chart Namespace / NScale3DToViewTransformation Structure / NScale3DToViewTransformation Constructor


In This Topic
    NScale3DToViewTransformation Constructor
    In This Topic
    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)
    public NScale3DToViewTransformation( 
       NChart chart,
       System.int horizontalAxisId,
       System.int verticalAxisId,
       System.int 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