Name Property (APlot)

Returns or sets the name of the object.

Syntax

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.

Comments

The default name is "Plot".

Example

The following statement changes the Name of the APlot object to "Efficiency":

plt1.Name="Efficiency"

Applies to

APlot

See Also

 

Visible