ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DataPointsCollection Class / Insert Method
The index at which to insert the DataPoint.
The DataPoint to insert.

In This Topic
    Insert Method (DataPointsCollection)
    In This Topic
    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