ActiveReports 10
Add Method (DataPointCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPointCollection Class : Add Method
The DataPoint object to add to the collection.
Adds a DataPoint object to the DataPointCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As DataPoint _
) As Integer
public int Add( 
   DataPoint value
)

Parameters

value
The DataPoint object to add to the collection.

Return Value

A new DataPoint object.
See Also

Reference

DataPointCollection Class
DataPointCollection Members