ActiveReports.Chart Request technical support
Remove Method
See Also 


value
The Annotation to remove.
Removes the first occurrence of a specific Annotation from the collection.

Syntax

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

Parameters

value
The Annotation to remove.

See Also