ActiveReports 12
Add Method (DataPointsCollection)

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

Parameters

value
The DataPoint to add.
See Also

Reference

DataPointsCollection Class
DataPointsCollection Members