ActiveReports 12
Remove Method (AnnotationsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : Remove Method
The Annotation to remove.
Removes the first occurrence of a specific Annotation from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Annotation _
) 
public void Remove( 
   Annotation value
)

Parameters

value
The Annotation to remove.
See Also

Reference

AnnotationsCollection Class
AnnotationsCollection Members