ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / Insert Method
The index at which the series should be inserted.
The series to insert.

In This Topic
    Insert Method (SeriesCollection)
    In This Topic
    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