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

BootstrapChartValueAxisCollection.FindByName(String) Method

Returns a value axis with the specified BootstrapChartValueAxis.Name property value.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapChartValueAxis FindByName(
    string name
)

Parameters

Name Type Description
name String

A String value representing the BootstrapChartValueAxis.Name property value of the required value axis.

Returns

Type Description
BootstrapChartValueAxis

A BootstrapChartValueAxis object with a specific value of the BootstrapChartValueAxis.Name property.

Remarks

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

See Also