.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Annotation Class > Annotation Constructor : Annotation Constructor(String,String)
Annotation text.
Annotation tool tip.
Annotation Constructor(String,String)
Initializes a new instance of the Annotation class with text and a tool tip.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal toolTip As String _
)
'Usage
 
Dim text As String
Dim toolTip As String
 
Dim instance As New Annotation(text, toolTip)
public Annotation( 
   string text,
   string toolTip
)

Parameters

text
Annotation text.
toolTip
Annotation tool tip.
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