Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisNumericFormatZ

Scope

Pe3do

Type

Int32

Default

PEANF_DEFAULT

.NET

PeGrid.Option.AxisNumericFormatZ

Ocx|Vcl

AxisNumericFormatZ

DLL

PEP_nAXISNUMERICFORMATZ

 

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 z 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 = (tdAnfDefault, tdAnfExpNotation, tdAnfExpNotation3x);

 

Comments

PeGrid.Option.AxisNumericFormatZ members of Pe3do.PeGrid.Option

 

See Also: AxisNumericFormatY