[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.Remove

Remove Method

Remove(LabelArea)

Removes a label area from the collection.

Declaration
public bool Remove(LabelArea item)
Public Function Remove(item As LabelArea) As Boolean
Parameters
Type Name Description
LabelArea item

Label area.

Returns
Type Description
bool

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

Implements