SecondaryAxisYCollection.GetAxisByName(String) Method
Gets a Y-axis within a secondary axes 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 secondary Y-axis to find. |
Returns
Type | Description |
---|---|
SecondaryAxisY | A SecondaryAxisY object that represents the secondary Y-axis with the specified name. |
Remarks
Use the GetAxisByName method, to obtain a secondary Y-axis within a secondary axes collection by its name.
Note that this method finds only the first occurrence of an element with the specified name. If no element with the specified name is found, then this method returns null (Nothing in Visual Basic).
See Also