Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendAreaCollection Class / Remove Method
Legend area.


In This Topic
Remove Method (LegendAreaCollection)
In This Topic
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)

Parameters

item
Legend area.

Return Value

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