FlipZDir Property

The FlipZDir property returns/sets the Z direction of a 3D graph when using 3D rotation. Returns a Boolean.

Syntax

object.FlipZDir

object.FlipZDir = FlipZDir

 

Parameter Type Description
FlipZDir Boolean required

 

Example

This example shows how to flip the Z axis direction on a 3D graph.

Graph.FlipZDir = True

 

Used by: AutoGraph object