ActiveReports 19 .NET Edition
MESCIUS.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 _
) 
 

Parameters

value
The series to remove.
See Also