dotnetCHARTING Send comments on this topic.
Add(Annotation) Method
See Also 
dotnetCHARTING Namespace > AnnotationCollection Class > Add Method : Add(Annotation) Method


annotation

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal annotation As Annotation _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As AnnotationCollection
Dim annotation As Annotation
Dim value As Integer
 
value = instance.Add(annotation)
C#  
public int Add( 
   Annotation annotation
)

Parameters

annotation

See Also