Visit Gigasoft's Web Site
 ProEssentials v9 Help

ForceRightYAxis

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Option.ForceRightYAxis

Ocx|Vcl

ForceRightYAxis

DLL

PEP_bFORCERIGHTYAXIS

 

Purpose

This property controls whether a right Y axis should be displayed along with the left Y axis.

 

Setting

Description

TRUE

Force right Y axis.

FALSE

Do not force right Y axis.

 

Comments

PeGrid.Option.ForceRightYAxis members of Pego.PeGrid.Option, Pesgo.PeGrid.Option

 

When setting this property to TRUE, the left and right Y axis extents will be identically configured if ManualScaleControlRY is set to PEMSC_NONE. Else you can use ManualMinRY and ManualMaxRY as needed to manually configure the right y axis.

 

DO NOT use this property with RYAxisComparisonSubsets. If you want to plot different subsets with respect to a different right y axis, use RYAxisComparisonSubsets. This property is only used when all subsets can be plotted with respect to both left and right axes.