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


annotation
The Annotation to remove.
Removes a specified Annotation from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal annotation As Annotation _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnotationCollection
Dim annotation As Annotation
 
instance.Remove(annotation)
C# 
public void Remove( 
   Annotation annotation
)

Parameters

annotation
The Annotation to remove.

See Also

© 2010 All Rights Reserved.