[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.Contains

Contains Method

Contains(LabelArea)

Determines whether the collection contains a specific label area.

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

Label area to locate in collection.

Returns
Type Description
bool

true if label area is found in the collection; otherwise, false.

Implements