Inverted Property

3D Graph Control

Inverted Property

Syntax

CWAxis3D.Inverted

Data Type

Boolean

Purpose

Specifies if the direction of an axis is inverted.

Remarks

If the axis is inverted, the positions of the minimum and the maximum are swapped.

Example

'Invert the first axis
CWGraph3D1.Axes.Item(1).Inverted = True