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


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

Syntax

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

Parameters

text
Annotation text.
toolTip
Annotation tool tip.
url
Annotation url.

See Also

© 2010 All Rights Reserved.