Nevron .NET Vision
Nevron.Chart Namespace / NModel3DToScale1DTransformation Structure / NModel3DToScale1DTransformation Constructor


In This Topic
    NModel3DToScale1DTransformation Constructor
    In This Topic
    Creates a model to scale tranformation for the specified chart and axis.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As NChart, _
       ByVal axisId As System.Integer _
    )
    'Usage
     
    
    Dim chart As NChart
    Dim axisId As System.Integer
     
    Dim instance As New NModel3DToScale1DTransformation(chart, axisId)
    public NModel3DToScale1DTransformation( 
       NChart chart,
       System.int axisId
    )

    Parameters

    chart
    axisId
    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