ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > SeriesCollection Class : Remove Method

value
The series to remove.

Glossary Item Box

Removes the first occurrence of a specific series from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Series _
) 
C# 
public void Remove( 
   Series value
)

Parameters

value
The series to remove.

See Also