Visit Gigasoft's Web Site
 ProEssentials v10 Help

AxisNumericFormatTX

Scope

Pesgo,

Type

Int32

Default

PEANF_DEFAULT

.NET

PeGrid.Option.AxisNumericFormatTX

Ocx|Vcl

AxisNumericFormatTX

DLL

PEP_nAXISNUMERICFORMATTX

 

Purpose

The default is to place symbols such as K(thousand), M(illiion), B(illion) on large or small numbers (see ScaleSymbols.) This feature allows for exponential notation on the top x axis.

 

.NET Gigasoft.Enums.

ActiveX and

 

AxisNumericFormat.

DLL Constants

Description

Default

PEANF_DEFAULT (0)

Symbols are used to represent large or small data.

ExpNotation

PEANF_EXP_NOTATION (1)

Exponential format.

ExpNotation3x

PEANF_EXP_NOTATION_3X (2)

Exponential format limited to powers of 3.

 

VCL Enumerations

eShowTickMarks = (sgAnfDefault, sgAnfExpNotation, sgAnfExpNotation3x);

 

Comments

PeGrid.Option.AxisNumericFormatTX members of Pesgo.PeGrid.Option

 

See Also: AxisNumericFormatX