| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As DataPoint _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- index
- The index at which to insert the DataPoint.
- value
- The DataPoint to insert.
| ActiveReports.Chart | Request technical support |
| Insert Method | |
| See Also | |
|
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As DataPoint _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |