ActiveReports.Chart Request technical support
Add Method
See Also 


value
The series to add to the collection.
Adds a series to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As Series _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim value As Series
Dim value As Integer
 
value = instance.Add(value)
C# 
public int Add( 
   Series value
)

Parameters

value
The series to add to the collection.

See Also