ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / Remove Method
The series to remove.

In This Topic
    Remove Method (SeriesCollection)
    In This Topic
    Removes the first occurrence of a specific series from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As Series _
    ) 
    public void Remove( 
       Series value
    )

    Parameters

    value
    The series to remove.
    See Also