Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic (Declaration)
Language Filter: C#
ActiveReports Developer 7
Remove Method
See Also
GrapeCity.ActiveReports.Chart.v7 Assembly
>
GrapeCity.ActiveReports.Chart Namespace
>
SeriesCollection Class
: Remove Method
Visual Basic (Declaration)
C#
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
Reference
SeriesCollection Class
SeriesCollection Members