ActiveReports 12
Add Method (ChartSeriesCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ChartSeriesCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds a ChartSeries object to the ChartSeriesCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As ChartSeries _
) 
public void Add( 
   ChartSeries item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

ChartSeriesCollection Class
ChartSeriesCollection Members