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

CustomAxisLabelCollection.GetAxisLabelByName(String) Method

Gets a custom axis label within the collection by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public CustomAxisLabel GetAxisLabelByName(
    string name
)

Parameters

Name Type Description
name String

A String which specifies the name of the axis label to find.

Returns

Type Description
CustomAxisLabel

A CustomAxisLabel object that represents the custom axis label with the specified name.

Remarks

Note that this method finds only the first occurrence of a custom axis label with the specified name. If no element with the specified name is found, then this method returns null (Nothing in Visual Basic).

See Also