ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / RemoveAt Method
The index of the Annotation to remove.

In This Topic
    RemoveAt Method (AnnotationsCollection)
    In This Topic
    Removes the specified annotation from the collection.
    Syntax
    'Declaration
     
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the Annotation to remove.
    See Also