[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Annotations.AnnotationsCollection.Insert

Insert Method

Insert(int, Annotation)

Inserts an element into the collection at the specified index.

Declaration
public void Insert(int index, Annotation value)
Parameters
Type Name Description
int index

The zero-based index at which

value
should be inserted.
Annotation value

The Annotation to insert.