dotnetCHARTING Send comments on this topic.
AnnotationCollection Constructor
See Also 
dotnetCHARTING Namespace > AnnotationCollection Class : AnnotationCollection Constructor


annotationList
Creates a new instance of AnnotationCollection with the specified list of Annotation objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ParamArray annotationList() As Annotation _
)
Visual Basic (Usage)Copy Code
Dim annotationList() As Annotation
 
Dim instance As AnnotationCollection(annotationList)
C# 
public AnnotationCollection( 
   params Annotation[] annotationList
)

Parameters

annotationList

See Also

© 2010 All Rights Reserved.