Skip to main content

BootstrapChartSeriesCollectionBase.Contains(BootstrapChartCommonSeriesBase) Method

Determines whether the collection contains specified series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public bool Contains(
    BootstrapChartCommonSeriesBase item
)

Parameters

Name Type Description
item BootstrapChartCommonSeriesBase

Series to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains specified series; otherwise, false.

See Also