Visit Gigasoft's Web Site
 ProEssentials v9 Help

InvertedXAxis

Scope

Pesgo, Pe3do, Pepso

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.InvertedXAxis

Ocx|Vcl

InvertedXAxis

DLL

PEP_bINVERTEDXAXIS

 

Purpose

This property controls the apparent polarity of the 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.InvertedXAxis members of Pesgo.PeGrid.Option, Pe3do.PeGrid.Option, Pepso.PeGrid.Option

 

See Also: InvertedTXAxis, InvertedYAxis, and InvertedRYAxis.

 

For Polar Objects, InvertedXAxis controls the direction in which degrees increase. If FALSE (default) the degrees increase counter-clock-wise. Else if TRUE, degrees increase clock-wise.

 

You must multiply the appropriate subsets XData 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.