Syntax
[C/C++:]
void ggEnqValueAttribs(int *xpos, int *ypos, float *xory, GPOINT *offset, float *angstr, int *jstmb, int *jslcr);
[F90:]
subroutine ggEnqValueAttribs(xpos, ypos, xory, offset, angstr, jstmb, jslcr)
integer, intent(out) :: xpos, ypos, jstmb, jslcr
real, intent(out) :: xory, angstr
type(GPOINT), intent(out) :: offset
Arguments
xpos
Position of data value control point in horizontal direction
|
= GOUTSIDELEFT |
left of lower value, left of data value |
|
= GINSIDELEFT |
right of lower value, left of data value |
|
= GCENTRE |
centre of area at data value |
|
= GINSIDERIGHT |
left of upper value, right of data value |
|
= GOUTSIDERIGHT |
right of upper value, right of data value |
|
= GSPECIFIED |
positioned at xory |
ypos
Position of data value control point in vertical direction
|
= GOUTSIDEBOTTOM |
below lower value below data value |
|
= GINSIDEBOTTOM |
above lower value, below data value |
|
= GMIDDLE |
middle of area at data value |
|
= GINSIDETOP |
below upper value above data value |
|
= GOUTSIDETOP |
above upper value, above data value |
|
= GSPECIFIED |
positioned at xory |
xory
Position of data value control point in graphical coordinates, if
xpos or
ypos = GSPECIFIED
offset.x
X Offset from control point in user space coordinates
offset.y
Y Offset from control point in user space coordinates
angstr
Data value string angle
jstmb
Vertical justification of data value
|
= GTOP |
Top justified - string below control point |
|
= GMIDDLE |
Middle justified - string centred at control point |
|
= GBOTTOM |
Bottom justified - string above control point |
jslcr
Horizontal justification of data value
|
= GCENTRE |
Centre justified |
Description
The routine ggEnqValueAttribs() returns the current settings of the value display attributes as set by the routine ggSetValueAttribs().
See Also
ggEnqValueAttribs UsageggSetValueAttribs