ActiveReports 12
Insert Method (DataPointsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPointsCollection Class : Insert Method
The index at which to insert the DataPoint.
The DataPoint to insert.
Inserts the specified DataPoint into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As DataPoint _
) 
public void Insert( 
   int index,
   DataPoint value
)

Parameters

index
The index at which to insert the DataPoint.
value
The DataPoint to insert.
See Also

Reference

DataPointsCollection Class
DataPointsCollection Members