Visit Gigasoft's Web Site
 ProEssentials v9 Help

ScaleSymbols

Scope

Pego, Pesgo, Pe3do, Pepso

Type

String

Default

"p n u m K M B T "

.NET

PeGrid.Option.ScaleSymbols

Ocx|Vcl

ScaleSymbols

DLL

PEP_szSCALESYMBOLS

 

Purpose

ProEssentials v6 has new scaling logic that places symbols within the Grid Numbers to help preserve real-estate when displaying large or small numbers. These symols are defined with this property and defaults to:

 

"p n u m K M B T "

 

1x10-12

p for pico

1x10-9

n for nano

1x10-6

u for micro

1x10-3

m for milli

1x103

K for Kilo

1x106

M for Mega

1x109

B for Billion

1x1012

T for Tera

 

For example, you can change this property to "p n u m K M G T " if you preferred Giga over Billion.

 

Note that the symbols have a space character between them.

 

Comments

PeGrid.Option.ScaleSymbols members of Pego.PeGrid.Option, Pesgo.PeGrid.Option, Pe3do.PeGrid.Option, Pepso.PeGrid.Option

 

You can prevent scaling of large or small numbers by setting AutoScaleData to False.

 

See also: AxisNumericFormatY