GINO Graphics Suite - GINOGRAF v9.5  

ggEnqAxesAnnotation

Syntax

[C/C++:]
void ggEnqAxesAnnotation(int *ndp, int *npower, int *nrfigs, int *asty, int xory);
[F90:]
subroutine ggEnqAxesAnnotation(ndp, npower, nrfigs, asty, xory)

integer, intent(out) :: ndp, npower, nrfigs, asty
integer, intent(in) :: xory

Arguments

ndp
The current number of decimal places for graph axes annotation. ndp is in the range -9 to 9

npower
The current power to which the annotation is forced. npower is in the range -15 to 15

nrfigs
The current field width for graph axes annotation

asty
The current annotation scale type of display

= GNOSCALE No scale factor
= GSCALEPOWEROF10 Scale factor is displayed as *10n
= GSCALEZEROS Scale factor is displayed as '000 or 0.0'
= GSCALEWORD Scale factor is displayed in words
= GSCALEPREFIX Scale factor is displayed in engineering units

xory
Flag determining which annotation characteristics are returned

= GXAXIS Parameters returned for X axis
= GYAXIS Parameters returned for Y axis

Description

The routine ggEnqAxesAnnotation() returns the current numerical annotation settings as defined by the most recent call to ggSetAxesAnnotation(). The values returned refer to the settings for a particular axis defined by xory.

See Also

ggEnqAxesAnnotation Usage
ggSetAxesAnnotation