MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / Add Method
The series to add to the collection.

In This Topic
Add Method (SeriesCollection)
In This Topic
Adds a series to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As Series _
) As Integer
 

Parameters

value
The series to add to the collection.
See Also