[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DataPointsCollection.Insert

Insert Method

Insert(int, DataPoint)

Inserts an element into the collection at the specified index.

Declaration
public void Insert(int index, DataPoint value)
Parameters
Type Name Description
int index

The zero-based index at which

value
should be inserted.
DataPoint value

The DataPoint to insert.