INQUIRE STRINGS APPENDED TO HISTOGRAM VALUES
CALL SEQUENCE
void tinq_histog_append_string (strid, visibility, append_string)
INPUT PARAMETERS
Pint strid;
OUTPUT PARAMETERS
Tvisibility_flag *visibility;
char *append_string;
ARGUMENTS
- strid
- Histogram structure identifier.
- visibility
- Display flag for character strings to append to numerical
values
- TVISIBILITY_ON
- string displayed
- TVISIBILITY_OFF
- string hidden
- append_string
- Strings of fewer than 80 characters to be appended
EFFECT
This function retrieves the 2 attributes used to append a character string to
the numerical values associated with the bars of a histogram. These attributes
correspond to those memorizd by tset_histog_append_string for structure
of identifier is strid.
The append_string string must be allocated by the caller and must be
of the correct length (80 characters).