ActiveReports 12
Insert Method (LabelsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : Insert Method
The index at which to insert the label.
The label to insert.
Inserts the specified label into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As String _
) 
public void Insert( 
   int index,
   string value
)

Parameters

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

Reference

LabelsCollection Class
LabelsCollection Members