Previous Next Up Title Contents Index Functions Index Top Library

SET AXIS APPEND STRING

tset_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
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).


Previous Next Up Title Contents Index Functions Index Top Library