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


In This Topic
    NScale1DToModel3DTransformation Constructor
    In This Topic
    Creates a new scale to model transformation based on a 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 NScale1DToModel3DTransformation(chart, axisId)
    public NScale1DToModel3DTransformation( 
       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