INQUIRE PIE CHART APPEND STRING
CALL SEQUENCE
void tinq_piech_append_string (strid, intext, flgstr, string)
INPUT PARAMETERS
Pint strid;
Tpie_annot_flag intext;
OUTPUT PARAMETERS
Tvisibility_flag *flgstr;
char *string;
ARGUMENTS
- strid
- Identifier of the structure of the pie chart with the following
attributes:
- intext
- Attributes for interior or exterior annotation:
- TANNOT_INTERNAL
- Interior annotation.
- ANNOT_EXTERNAL
- Exterior annotation.
- flgstr
- Visibility status of the append string
- TVISIBILITY_OFF
- The string is invisible.
- TVISIBILITY_ON
- The string is visible.
- string
- Character string to append to each slice value.
EFFECT
This function retreives the string to append to each annotation value (interior
if intext=TANNOT_INTERNAL, exterior if
intext=TANNOT_EXTERNAL) associated with structure
strid. This string can represent, for example, the units associated
with the values.