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


text
Annotation text.
defaultAnnotation
Annotation whose settings will be inherited.
Initializes a new instance of the Annotation class with text and all the settings of the specified defaultAnnotation.

Syntax

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

Parameters

text
Annotation text.
defaultAnnotation
Annotation whose settings will be inherited.

See Also

© 2010 All Rights Reserved.