Visit Gigasoft's Web Site
 ProEssentials v9 Help

InvertedYAxis

Scope

Pego, Pesgo, Pe3do

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.InvertedYAxis

Ocx|Vcl

InvertedYAxis

DLL

PEP_bINVERTEDYAXIS

 

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.InvertedYAxis members of Pego.PeGrid.Option, Pesgo.PeGrid.Option, Pe3do.PeGrid.Option

 

This property supports multiple y axes and WorkingAxis is used to control which axis this property applies.

 

See Also: InvertedRYAxis, InvertedXAxis, and InvertedTXAxis.

 

You must multiply the appropriate subsets (YData) 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.