Visit Gigasoft's Web Site
 ProEssentials v9 Help

InvertedZAxis

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.InvertedZAxis

Ocx|Vcl

InvertedZAxis

DLL

PEP_bINVERTEDZAXIS

 

Purpose

This property controls the apparent polarity of the z axis.

 

Setting

Description

TRUE

Negative numbers are labeled along the axis as positive and vice versa.

FALSE

Negative numbers are labeled normally along the axis as negative numbers.

 

Comments

PeGrid.Option.InvertedZAxis members of Pe3do.PeGrid.Option

 

See Also: InvertedYAxis, InvertedXAxis

 

You must multiply all data (ZData) by negative one. This will produce the desired effect of positive numbers getting larger in the opposite direction than normal.

 

For more information, example 108 shows how to invert an axis.