Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualScaleControlRY

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PEMSC_NONE

.NET

PeGrid.Configure.ManualScaleControlRY

Ocx|Vcl

ManualScaleControlRY

DLL

PEP_nMANUALSCALECONTROLRY

 

Purpose

This property is used in conjunction with ManualMinRY and ManualMaxRY. This property allows manual control of the range of the graphs right Y axis scale. Possible values are:

 

.NET Gigasoft.Enums.

ActiveX and

 

ManualScaleControl.

DLL Constants

Description

None

PEMSC_NONE(0)

Automatic Scale Control

Min

PEMSC_MIN(1)

Manual Minimum Scale Control

Max

PEMSC_MAX(2)

Manual Maximum Scale Control

MinMax

PEMSC_MINMAX(3)

Both Minimum and Maximum Scale Control

 

Graph VCL Enumerations

eManualScaleControl = (gAutoScale, gManualMin, gManualMax, gManualMinAndMax);

 

Scientific Graph VCL Enumerations

eManualScaleControl = (sgAutoScale, sgManualMin, sgManualMax, sgManualMinAndMax);

 

Polar/Smith Chart VCL Enumerations

eManualScaleControl = (psAutoScale, psManualMin, psManualMax, psManualMinAndMax);

 

Comments

PeGrid.Configure.ManualScaleControlRY members of Pego.PeGrid.Configure, Pesgo.PeGrid.Configure, Pepso.PeGrid.Configure

 

If this property is not set to PEMSC_MINMAX, ProEssentials will automatically evaluate the range of data and add padding to the min and/or max. It will also update ManualMinRY and/or ManualMaxRY with the automatically generated value(s).

 

See Also: AutoMinMaxPadding, ManualScaleControlY, ManualScaleControlX, ManualScaleControlTX, and ManualScaleControlZ

 

Within the demo, see example 112.