Visit Gigasoft's Web Site
 ProEssentials v9 Help

InvertedRYAxis

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.InvertedRYAxis

Ocx|Vcl

InvertedRYAxis

DLL

PEP_bINVERTEDRYAXIS

 

Purpose

This property controls the apparent polarity of the right y 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.InvertedRYAxis members of Pego.PeGrid.Option, Pesgo.PeGrid.Option

 

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

 

See Also: InvertedYAxis, InvertedXAxis, and InvertedTXAxis.

 

You must multiply the appropriate right y axis comparison subsets (YData) by negative one. This will produce the desired effect of positive numbers getting larger in the opposite direction than normal. See RYAxisComparisonSubsets

 

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