ActiveReports 12
Remove Method (LegendsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > LegendsCollection Class : Remove Method
The legend to remove.
Removes the first occurrence of a specific Legend from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Legend _
) 
public void Remove( 
   Legend value
)

Parameters

value
The legend to remove.
See Also

Reference

LegendsCollection Class
LegendsCollection Members