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


In This Topic
    NViewToModel1DTransformation Constructor
    In This Topic
    Creates a new view to model 1D tranformation for the specified chart and axis.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As NChart, _
       ByVal axisId1 As System.Integer, _
       ByVal axisId2 As System.Integer _
    )
    'Usage
     
    
    Dim chart As NChart
    Dim axisId1 As System.Integer
    Dim axisId2 As System.Integer
     
    Dim instance As New NViewToModel1DTransformation(chart, axisId1, axisId2)
    public NViewToModel1DTransformation( 
       NChart chart,
       System.int axisId1,
       System.int axisId2
    )

    Parameters

    chart
    axisId1
    axisId2
    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