dotnetCHARTING Send comments on this topic.
Annotation Constructor(String,String)
See Also 
dotnetCHARTING Namespace > Annotation Class > Annotation Constructor : Annotation Constructor(String,String)


text
Annotation text.
toolTip
Annotation tool tip.
Initializes a new instance of the Annotation class with text and a tool tip.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal toolTip As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
Dim toolTip As String
 
Dim instance As Annotation(text, toolTip)
C# 
public Annotation( 
   string text,
   string toolTip
)

Parameters

text
Annotation text.
toolTip
Annotation tool tip.

See Also

© 2010 All Rights Reserved.