Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE PIE CHART APPEND STRING

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


Previous Next Up Title Contents Index Functions Index Top Library