ZAxis Property
The ZAxis property returns or sets the Z axis to be used by a 3D XYZ-type plot. Returns a String.
Syntax
object.ZAxis
object.ZAxis = ZAxis
Parameter | Type | Description |
ZAxis | String | required, Z axis name |
Example
This example shows how to return the Z Axis name used by a 3D XYZ plot.
Debug.Print XYZPlot.ZAxis
Used by: AutoPlot object