See Also

DataPointsCollection Class  | DataPointsCollection Members

Language

Visual Basic

C#

Show All

index
The index at which to insert the DataPoint.
value
The DataPoint to insert.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Insert Method

Inserts the specified DataPoint into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _    ByVal index As Integer, _    ByVal value As DataPoint _ )
[C#]
public void Insert(    int index,    DataPoint value );

Parameters

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

See Also

DataPointsCollection Class  | DataPointsCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.