Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE PIE CHART ANNOTATION POSITION

tinq_piech_annot_pos


CALL SEQUENCE

void tinq_piech_annot_pos (strid, intext, posit)

INPUT PARAMETERS

Pint	strid;
Tpie_annot_flag	intext;

OUTPUT PARAMETERS

Tpie_annot_position	*posit;

ARGUMENTS

strid
Identifier of the structure of the pie chart with the following attributes:
intext
Attributes for interior or exterior annotation:
posit
Position of text in relation to slice:

EFFECT

This function retrieves the attributes that defines the manner of writing annotation on the interior or exterior of a pie chart identified by strid. All valid values of posit may be used for exterior annotation, but only radial (posit=TANNOT_POS_RADIAL) and horizontal (posit=TANNOT_POS_HORIZONTAL) writing is permitted for interior annotation.

See the description of tset_piech_annot_pos for a more detailed explanation of the meaning of posit.


Previous Next Up Title Contents Index Functions Index Top Library