Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualScaleControlZ

Scope

Pesgo, Pe3do

Type

Int32

Default

PEMSC_NONE

.NET

PeGrid.Configure.ManualScaleControlZ

Ocx|Vcl

ManualScaleControlZ

DLL

PEP_nMANUALSCALECONTROLZ

 

Purpose

This property is used in conjunction with ManualMinZ and ManualMaxZ.

 

When used with the Scientific Graph Object, this property allows manual control of the range of the graphs contour lines.

 

When used with the 3D Scientific Graph Object, this property allows manual control of the range of the graphs z 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)

Minimum Scale Control

Max

PEMSC_MAX(2)

Maximum Scale Control

MinMax

PEMSC_MINMAX(3)

Both Minimum and Maximum Scale Control

 

Scientific Graph VCL Enumerations

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

 

3D Scientific Graph VCL Enumerations

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

 

Comments

PeGrid.Configure.ManualScaleControlZ members of Pesgo.PeGrid.Configure, Pe3do.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 ManualMinZ and/or ManualMaxZ with the automatically generated value(s).

 

See Also: AutoMinMaxPadding, ManualScaleControlY, ManualScaleControlX

 

When using the Scientific Graph, you will normally leave this defaulted to PEMSC_NONE or set to PEMSC_MINMAX.

 

It is likely you will also want to set ManualContourLine.

 

Within the demo, see example 112.