SET AXIS APPEND STRING
CALL SEQUENCE
void tset_axis_append_string (strid, flgstr, string)
INPUT PARAMETERS
Pint strid;
Tvisibility_flag flgstr;
char *string;
ARGUMENTS
- strid
- Axis structure identifier
- flgstr
- Visibility flag of append string
- TVISIBILITY_DEFAULT
- default visibility
- TVISIBILITY_OFF
- invisible append string
- TVISIBILITY_ON
- visible append string
- string
- string containing no more than 3 characters
EFFECT
The string identified by string is concatenated after the last
character of each graduation on the axis whose identifier is strid.
This string can appear on multiple lines by inserting a control character (see
function tset_new_line_ctrl).