dotnetCHARTING Send comments on this topic.
Remove Method
See Also 
dotnetCHARTING Namespace > LegendBoxCollection Class : Remove Method


legendBox
The LegendBox to remove.
Removes a specified LegendBox from this collection.

Syntax

Visual Basic (Declaration)  
Public Sub Remove( _
   ByVal legendBox As LegendBox _
) 
Visual Basic (Usage) Copy Code
Dim instance As LegendBoxCollection
Dim legendBox As LegendBox
 
instance.Remove(legendBox)
C#  
public void Remove( 
   LegendBox legendBox
)

Parameters

legendBox
The LegendBox to remove.

See Also