Visit Gigasoft's Web Site
 ProEssentials v9 Help

DataPrecision

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Int32

Default

3

.NET

PeData.Precision

Ocx|Vcl

DataPrecision

DLL

PEP_nDATAPRECISION

 

Purpose

This property controls the number of decimal positions that will be used in outputting data to object Cursor Prompt, Tables, Data Labels, and the Clipboard. Possible values are:

 

Value

Description

0

No decimal positions.

1

1 decimal position

2

2 decimal positions

... 

... 

7

7 decimal positions

 

VCL Enumerations

eDataPrecision = (xNoDecimals, xOneDecimal, xTwoDecimals, xThreeDecimals, xFourDecimals, xFiveDecimals, xSixDecimals xSevenDecimals);

 

Replace the prefix "x" with g (graph), sg (scientific graph), td (3d scientific graph), ps (polar/smith), or pc (pie chart)

 

Comments

PeData.Precision members of Pego.PeData, Pesgo.PeData, Pepso.PeData, Pe3do.PeData, Pepco.PeData

 

See Also: MaxDataPrecision CursorPromptStyle