Nevron.Chart Namespace / NModelPointAnchor Class / NModelPointAnchor Constructor / NModelPointAnchor Constructor(NChart,NVector3DF)


In This Topic
    NModelPointAnchor Constructor(NChart,NVector3DF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As NChart, _
       ByVal modelPoint As NVector3DF _
    )
    'Usage
     
    
    Dim chart As NChart
    Dim modelPoint As NVector3DF
     
    Dim instance As New NModelPointAnchor(chart, modelPoint)
    public NModelPointAnchor( 
       NChart chart,
       NVector3DF modelPoint
    )

    Parameters

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