Visit Gigasoft's Web Site
 ProEssentials v9 Help

ScaleForXData

Scope

Pesgo, Pe3do

Type

Int32

Default

0

.NET

PeData.ScaleForXData

Ocx|Vcl

ScaleForXData

DLL

PEP_nSCALEFORXDATA

 

Purpose

This property is used to determine the objects XData current amount of scaling. The objects data can be initially scaled via InitialScaleForXData 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.ScaleForXData members of Pesgo.PeData, Pe3do.PeData

 

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

 

See Also: ScaleForYData, ScaleForTXData