Spread Windows Forms 12.0 Product Documentation
Remove Method (LabelAreaCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LabelAreaCollection Class : Remove Method
Label area.
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)
public bool Remove( 
   LabelArea item
)

Parameters

item
Label area.

Return Value

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

Reference

LabelAreaCollection Class
LabelAreaCollection Members