ActiveReports.Chart Request technical support
Insert Method
See Also 


index
The index at which the Annotation is inserted.
value
The Annotation to insert.
Inserts an Annotation into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Annotation _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnotationsCollection
Dim index As Integer
Dim value As Annotation
 
instance.Insert(index, value)
C# 
public void Insert( 
   int index,
   Annotation value
)

Parameters

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

See Also