ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Remove Method
The Annotation to remove.

In This Topic
    Remove Method (AnnotationsCollection)
    In This Topic
    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