ActiveReports 12
Insert Method (SeriesCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : Insert Method
The index at which the series should be inserted.
The series to insert.
Inserts a series into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Series _
) 
public void Insert( 
   int index,
   Series value
)

Parameters

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

Reference

SeriesCollection Class
SeriesCollection Members