Visit Gigasoft's Web Site
 ProEssentials v9 Help

ScaleForYData

Scope

Pego, Pesgo, Pepso, Pe3do

Type

Int32

Default

0

.NET

PeData.ScaleForYData

Ocx|Vcl

ScaleForYData

DLL

PEP_nSCALEFORYDATA

 

Purpose

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

 

To determine YDatas true value, multiply the data by 10 to the ScaleForYData power.

 

See Also: ScaleForXData, ScaleForZData