Nevron.Chart Namespace / NCartesianPanelAnchor Class / NCartesianPanelAnchor Constructor / NCartesianPanelAnchor Constructor(NPanel,NPointL,ContentAlignment)


NCartesianPanelAnchor Constructor(NPanel,NPointL,ContentAlignment)
Syntax
'Declaration
 
Public Function New( _
   ByVal panel As NPanel, _
   ByVal location As NPointL, _
   ByVal contentAlignment As System.Drawing.ContentAlignment _
)
 
'Usage
 
Dim panel As NPanel
Dim location As NPointL
Dim contentAlignment As System.Drawing.ContentAlignment
 
Dim instance As New NCartesianPanelAnchor(panel, location, contentAlignment)

Parameters

panel
location
contentAlignment
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