ActiveReports 10
Remove Method (DataPointCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPointCollection Class : Remove Method
The DataPoint object to remove.
Removes the specified DataPoint object from the DataPointCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As DataPoint _
) 
public void Remove( 
   DataPoint value
)

Parameters

value
The DataPoint object to remove.
See Also

Reference

DataPointCollection Class
DataPointCollection Members