ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / Insert Method
The index at which to insert the label.
The label to insert.

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