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


NModelPointAnchor Constructor(NChart,NVector3DF)
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)

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