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

value
The legend to remove.

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Legend _
) 
C# 
public void Remove( 
   Legend value
)

Parameters

value
The legend to remove.

See Also