[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.Contains

Contains Method

Contains(LegendArea)

Determines whether the collection contains a specific legend area.

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

Legend area to locate in collection.

Returns
Type Description
bool

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

Implements