ActiveReports Developer 7
Insert Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : Insert Method

index
The index at which the series should be inserted.
value
The series to insert.

Glossary Item Box

Inserts a series into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As Series _
) 
C# 
public void Insert( 
   System.int index,
   Series value
)

Parameters

index
The index at which the series should be inserted.
value
The series to insert.

See Also