ActiveReports Developer 7
Remove Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendItemsCollection Class : Remove Method

item
The LegendItem to remove from the collection.

Glossary Item Box

Removes the first occurrence of a specific object from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As LegendItem _
) 
C# 
public void Remove( 
   LegendItem item
)

Parameters

item
The LegendItem to remove from the collection.

See Also