Spread Windows Forms 12.0 Product Documentation
Remove Method (LegendAreaCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LegendAreaCollection Class : Remove Method
Legend area.
Removes a legend area from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As LegendArea _
) As Boolean
'Usage
 
Dim instance As LegendAreaCollection
Dim item As LegendArea
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   LegendArea item
)

Parameters

item
Legend area.

Return Value

true if item was successfully removed from the collection; otherwise, false.
See Also

Reference

LegendAreaCollection Class
LegendAreaCollection Members