Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualScaleControlTX

Scope

Pesgo

Type

Int32

Default

PEMSC_NONE

.NET

PeGrid.Configure.ManualScaleControlTX

Ocx|Vcl

ManualScaleControlTX

DLL

PEP_nMANUALSCALECONTROLTX

 

Purpose

This property is used in conjunction with ManualMinTX and ManualMaxTX. This property allows manual control of the range of the graphs top 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);

 

Comments

PeGrid.Configure.ManualScaleControlTX members of Pesgo.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 ManualMinTX and/or ManualMaxTX with the automatically generated value(s).

 

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

 

Within the demo, see example 112.