FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaCollection Class / Remove Method
Label area.


In This Topic
Remove Method (LabelAreaCollection)
In This Topic
Removes a label area from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As LabelArea _
) As Boolean
 
'Usage
 
Dim instance As LabelAreaCollection
Dim item As LabelArea
Dim value As Boolean
 
value = instance.Remove(item)

Parameters

item
Label area.

Return Value

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