SET PIE CHART APPEND STRING
CALL SEQUENCE
TSPIAS (STRID, INTEXT, FLGSTR, STRING)
INPUT PARAMETERS
INTEGER STRID
INTEGER INTEXT
INTEGER FLGSTR
CHARACTER STRING
ARGUMENTS
- STRID
- Identifier of the structure of the pie chart with the following
attributes.
- INTEXT
- Attributes for interior or exterior annotation.
- 0
- Interior annotation.
- 1
- Exterior annotation.
- FLGSTR
- Visibility status of the append string
- POFF
- 0 The string is invisible.
- PON
- 1 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=0, exterior if INTEXT=1) associated with structure STRID. This string
can represent, for example, the units associated with the values.
If TSPIAS
is not called, no string is appended to the annotation values.