ActiveReports 10
Insert Method (DataPointCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataPointCollection Class : Insert Method
A zero-based Integer indicating the position at which to insert the DataPoint object.
The DataPoint object to insert.
Inserts a new DataPoint object into the DataPointCollection at the specified location.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As DataPoint _
) 
public void Insert( 
   int index,
   DataPoint value
)

Parameters

index
A zero-based Integer indicating the position at which to insert the DataPoint object.
value
The DataPoint object to insert.
See Also

Reference

DataPointCollection Class
DataPointCollection Members