CustomAxisLabelCollection.GetAxisLabelByName(String) Method
Gets a custom axis label within the collection by its name.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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