Visit Gigasoft's Web Site
 ProEssentials v9 Help

ScaleForTXData

Scope

Pesgo

Type

Int32

Default

0

.NET

PeData.ScaleForTXData

Ocx|Vcl

ScaleForTXData

DLL

PEP_nSCALEFORTXDATA

 

Purpose

This property is used to determine the objects XData current amount of scaling. The objects data can be initially scaled via InitialScaleForTXData and automatically scaled as needed if AutoScaleData equals TRUE

 

If you are repeatedly passing small or large data, you will want to reset this property to zero while passing your new data. This will reset the scale counter. If repeatedly passing data, we recommend calling PEreset between states.

 

Comments

PeData.ScaleForTXData members of Pesgo.PeData

 

To determine XDatas true value, multiply the data by 10 to the ScaleForTXData power.

 

See Also: ScaleForYData, ScaleForXData