Name Property (AAxis)

Returns or sets the title of the object.

Syntax

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.

Comments

The default name is "Axis".

Example

The following statement changes the Name of the AAxis object to "Miles":

axs1.Name="Miles"

Applies to

AAxis

See Also

NameVisible, TicksVisible