BootstrapChartSeriesCollectionBase.Contains(BootstrapChartCommonSeriesBase) Method
Determines whether the collection contains specified series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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