Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisNumericFormatY

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEANF_DEFAULT

.NET

PeGrid.Option.AxisNumericFormatY

Ocx|Vcl

AxisNumericFormatY

DLL

PEP_nAXISNUMERICFORMATY

 

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 y axis. For Pego and Pesgo, the state of the WorkingAxis property identifies which multi-axis is accessed when using MultiAxesSubsets.

 

.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

Replace the x prefix with either g(graph), sg(scientific graph), ps(polar smith), and td(3d graph)

eShowTickMarks = (xAnfDefault, xAnfExpNotation, xAnfExpNotation3x);

 

Comments

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

 

See Also: AxisNumericFormatRY