Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualScaleControlX

Scope

Pesgo, Pe3do

Type

Int32

Default

PEMSC_NONE

.NET

PeGrid.Configure.ManualScaleControlX

Ocx|Vcl

ManualScaleControlX

DLL

PEP_nMANUALSCALECONTROLX

 

Purpose

This property is used in conjunction with ManualMinX and ManualMaxX. This property allows manual control of the range of the graphs x 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

 

Scientific Graph VCL Enumerations

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

 

3D Scientific Graph VCL Enumerations

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

 

Comments

PeGrid.Configure.ManualScaleControlX 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 ManualMinX and/or ManualMaxX with the automatically generated value(s).

 

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

 

Within the demo, see example 112.