Visit Gigasoft's Web Site
 ProEssentials v9 Help

InvertedTXAxis

Scope

Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.InvertedTXAxis

Ocx|Vcl

InvertedTXAxis

DLL

PEP_bINVERTEDTXAXIS

 

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.InvertedTXAxis members of Pesgo.PeGrid.Option

 

See Also: InvertedXAxis, InvertedYAxis, and InvertedRYAxis.

 

You must multiply the appropriate top x axis comparison subsets (XData) by negative one. This will produce the desired effect of positive numbers getting larger in the opposite direction than normal. See TXAxisComparisonSubsets

 

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