Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisNumericFormatX

Scope

Pesgo, Pe3do

Type

Int32

Default

PEANF_DEFAULT

.NET

PeGrid.Option.AxisNumericFormatX

Ocx|Vcl

AxisNumericFormatX

DLL

PEP_nAXISNUMERICFORMATX

 

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

Replace the x prefix with either sg(scientific graph), td(3d graph)

eShowTickMarks = (xAnfDefault, xAnfExpNotation, xAnfExpNotation3x);

 

Comments

PeGrid.Option.AxisNumericFormatX members of Pesgo.PeGrid.Option, Pe3do.PeGrid.Option

 

See Also: AxisNumericFormatY