SET PIE CHART APPEND STRING
CALL SEQUENCE
void tset_piech_append_string (strid, intext, flgstr, string)
INPUT PARAMETERS
Pint strid;
Tpie_annot_flag intext;
Tvisibility_flag flgstr;
Pchar *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.
- TANNOT_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. Maximum 80 characters.
EFFECT
This function defines 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.
If tset_piech_append_string is not called, no string is appended to the
annotation values.