Returns or sets the type of the axis on the object.
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. |
enumAAxisType can be one of the following:
Name |
Value |
Description |
aaxsTypeXAxis |
0 * |
X Axis. |
aaxsTypeYAxis |
1 |
Y Axis. |
aaxsTypeRadialAxis |
2 |
Radial Axis. |
The following statement changes the AAxis to become the Y-axis:
axs1.Type=aaxsTypeYAxis