ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LabelsCollection Class / Remove Method
The label to remove

In This Topic
    Remove Method (LabelsCollection)
    In This Topic
    Removes the specified label from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As String _
    ) 
    public void Remove( 
       string value
    )

    Parameters

    value
    The label to remove
    See Also