ActiveReports.Chart Request technical support
Remove Method
See Also 


value
The legend to remove.
Removes the first occurrence of a specific Legend from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As Legend _
) 
Visual Basic (Usage)Copy Code
Dim instance As LegendsCollection
Dim value As Legend
 
instance.Remove(value)
C# 
public void Remove( 
   Legend value
)

Parameters

value
The legend to remove.

See Also