ActiveReports 19 .NET Edition
MESCIUS.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 _
) 
 

Parameters

item
The LegendItem to remove from the collection.
See Also