ActiveReports.Chart Request technical support
Insert Method
See Also 


index
The index at which to insert the label.
value
The label to insert.
Inserts the specified label into the collection at the specified index.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As LabelsCollection
Dim index As Integer
Dim value As String
 
instance.Insert(index, value)
C# 
public void Insert( 
   int index,
   string value
)

Parameters

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

See Also