Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesCollection.FindByName(String) Method

Returns a chart series object with the specified BootstrapChartCommonSeriesBase.Name property value.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapChartSeriesBase FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the BootstrapChartCommonSeriesBase.Name property value of the required object.

Returns

Type Description
BootstrapChartSeriesBase

A BootstrapChartSeriesBase object with a specific value of the BootstrapChartCommonSeriesBase.Name property.

Remarks

Use this method to obtain an object specified by a unique name assigned to its BootstrapChartCommonSeriesBase.Name property.

See Also