Type Property (AAxis)

Returns or sets the type of the axis on the object.

Syntax

Object.Type [ = enType ]

The Type property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

enType

enumAAxisType

An integer specifying the type of the axis on the object.

Where

enumAAxisType can be one of the following:

 

Name

Value

Description

aaxsTypeXAxis

0 *

X Axis.

aaxsTypeYAxis

1

Y Axis.

aaxsTypeRadialAxis

2

Radial Axis.

Example

The following statement changes the AAxis to become the Y-axis:

axs1.Type=aaxsTypeYAxis

Applies to

AAxis

See Also

Name