ActiveReports 12
Remove Method (LegendItemsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : Remove Method
The LegendItem to remove from the collection.
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

Reference

LegendItemsCollection Class
LegendItemsCollection Members