AxisPlane Property
AxisPlane returns or sets the plane of the axis. Returns a SrfAxisPlane.
Syntax
object.AxisPlane
object.AxisPlane = Plane
Parameter |
Type |
Description |
Plane |
required |
Remarks
The AxisPlane property specifies the plane in which the axis tick labels are drawn. For maps using 90-degree tilts, axis tick labels must appear in the XY plane to be seen.
Example 1
This example demonstrates how to return which plane an axis tick labels are drawn.
Debug .Print Axis.AxisPlane
Example 2
This example demonstrates how change the plane the axis tick labels are drawn from the XY plane to the XZ plane. This plane is used for wireframes and surfaces.
Axis.AxisPlane = srfAxisPlaneXZ
Used by: Axis object