ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / LegendItemsCollection Class / Remove Method
The LegendItem to remove from the collection.

In This Topic
    Remove Method (LegendItemsCollection)
    In This Topic
    Removes the first occurrence of a specific object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal item As LegendItem _
    ) 
    public void Remove( 
       LegendItem item
    )

    Parameters

    item
    The LegendItem to remove from the collection.
    See Also