Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisNumericFormatRY

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PEANF_DEFAULT

.NET

PeGrid.Option.AxisNumericFormatRY

Ocx|Vcl

AxisNumericFormatRY

DLL

PEP_nAXISNUMERICFORMATRY

 

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 right 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)

eShowTickMarks = (xAnfDefault, xAnfExpNotation, xAnfExpNotation3x);

 

Comments

PeGrid.Option.AxisNumericFormatRY members of Pego.PeGrid.Option, Pesgo.PeGrid.Option,Pepso.PeGrid.Option

 

See Also: AxisNumericFormatY