Previous Next Up Title Contents Index Functions Index Top Library

SET PIE CHART APPEND STRING

tset_piech_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:
flgstr
Visibility status of the append string
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.


Previous Next Up Title Contents Index Functions Index Top Library