INQUIRE AXIS APPEND STRING
CALL SEQUENCE
void tinq_axis_append_string (strid, flgstr, string)
INPUT PARAMETERS
Pint strid;
OUTPUT PARAMETERS
Tvisibility_flag *flgstr;
char *string;
ARGUMENTS
- strid
- Identifier of the axis structure.
- flgstr
- Visibility status of the appended string:
- TVISIBILITY_DEFAULT
- Default visibility
- TVISIBILITY_OFF
- String is invisible.
- TVISIBILITY_ON
- String is visible.
- string
- String containing no more than 3 characters.
EFFECT
This function retrieves the string defined by string, concatenated
after the last character of each graduation of the axis whose identifier is
strid. These attributes can be set by tset_axis_append_string.