ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / RemoveAt Method
The index of the label to remove.

In This Topic
    RemoveAt Method (LabelsCollection)
    In This Topic
    Removes the label at the specified location from the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the label to remove.
    See Also