Visit Gigasoft's Web Site
 ProEssentials v9 Help

InitialScaleForYData

Scope

Graph, Scientific Graph, and 3D Scientific Graph Objects.

Type

Int32

Default

0

Custom

NA

Ocx|Vcl

NA

DLL

PEP_nINITIALSCALEFORYDATA

 

Purpose

You will rarely use this property. This property is used to tell the object that the data passed into the object via the YData property is actually scaled by 10 to the InitialScaleForYData power.

 

Comments

This property can be used to overcome the size limitation (3.4E +/- 38) of the four-byte floating point data managed by the object.

 

During the PEreinitialize function the object can automatically scale the data as needed. To determine PEP_faYDATAs true value, multiply the data by 10 to the ScaleForYData power.