ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / Insert Method
The index at which the Annotation is inserted.
The Annotation to insert.

In This Topic
    Insert Method (AnnotationsCollection)
    In This Topic
    Inserts an Annotation into the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Annotation _
    ) 
    public void Insert( 
       int index,
       Annotation value
    )

    Parameters

    index
    The index at which the Annotation is inserted.
    value
    The Annotation to insert.
    See Also