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


text
Annotation text.
Initializes a new instance of the Annotation class with text.

Syntax

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

Parameters

text
Annotation text.

See Also

© 2010 All Rights Reserved.