Returns or sets the title of the object.
Object.Name [ = sName ]
The Name property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
sName |
BString |
Returns or sets the title of the object. |
The default name is "Axis".
The following statement changes the Name of the AAxis object to "Miles":
axs1.Name="Miles"