[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.AxesCollection.Contains

Contains Method

Contains(AxisBase)

Determines whether the Collection contains the given AxisBase

Declaration
public bool Contains(AxisBase value)
Parameters
Type Name Description
AxisBase value

The AxisBase to find within the collection

Returns
Type Description
bool
true

if the collection contains the

value

parameter given; otherwise,

false

.