ActiveReports 12
Insert Method (ChartSeriesCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeriesCollection Class : Insert Method
The zero-based index at which item should be inserted.
The object to insert. The value can be null for reference types.
Inserts a new ChartSeries object into the ChartSeriesCollection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ChartSeries _
) 
public void Insert( 
   int index,
   ChartSeries item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert. The value can be null for reference types.
Exceptions
ExceptionDescription
index is less than zero.-or-index is greater than Count.
See Also

Reference

ChartSeriesCollection Class
ChartSeriesCollection Members