Returns or sets the name of the object.
Object.Name [ = sName ]
The Name property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
APlot |
APlot object |
|
sName |
BString |
Returns or sets the name of the object. |
The default name is "Plot".
The following statement changes the Name of the APlot object to "Efficiency":
plt1.Name="Efficiency"