ActiveReports 12
Insert Method (AnnotationsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : Insert Method
The index at which the Annotation is inserted.
The Annotation to insert.
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

Reference

AnnotationsCollection Class
AnnotationsCollection Members