Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualScaleControlY

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEMSC_NONE

.NET

PeGrid.Configure.ManualScaleControlY

Ocx|Vcl

ManualScaleControlY

DLL

PEP_nMANUALSCALECONTROLY

 

Purpose

This property is used in conjunction with ManualMinY and ManualMaxY. This property allows manual control of the range of the graphs y axis scale. Possible values are:

 

.NET Gigasoft.Enums.

ActiveX and

 

ManualScaleControl.

DLL Constants

Description

None

PEMSC_NONE(0)

No Manual 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);

 

3D Scientific Graph VCL Enumerations

eManualScaleControl = (tdAutoScale, tdManualMin, tdManualMax, tdManualMinAndMax);

 

Polar/Smith Chart VCL Enumerations

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

 

Comments

PeGrid.Configure.ManualScaleControlY members of Pego.PeGrid.Configure, Pesgo.PeGrid.Configure, Pe3do.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 ManualMinY and/or ManualMaxY with the automatically generated value(s).

 

See Also: ScrollingScaleControl, AutoMinMaxPadding, ManualScaleControlRY, ManualScaleControlX, ManualScaleControlTX, and ManualScaleControlZ

 

For 3D Scientific Graph, see also ManualScaleCullMinY, ManualScaleCullMaxY

 

Within the demo, see example 112.