Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE PIE CHART ANNOTATION FLAGS

tinq_piech_annot_flag


CALL SEQUENCE

void tinq_piech_annot_flag (strid, intext, flgtxt, flgval, flgper, alignt)

INPUT PARAMETERS

Pint	strid;
Tpie_annot_flag	intext;

OUTPUT PARAMETERS

Tvisibility_flag	*flgtxt;
Tvisibility_flag	*flgval;
Tvisibility_flag	*flgper;
Tpie_annot_alignment	*alignt;

ARGUMENTS

strid
Identifier of the structure of the pie chart with the following attributes.
intext
Attributes for interior or exterior annotation:
flgtxt
Visibility status of slice values:
flgval
Visibility status of slice values:
flgper
Visibility status for percentages of pie chart.
alignt
Type of alignment.

EFFECT

This function retrieves the annotation flags for the structure strid. It defines the presence or absence of text, values and percentages for the interior and exterior pie chart annotation.

If two types of annotation are present on the exterior of the pie chart (text and value, text and percentage, or value and percentage) or if three types of annotation are present, the parameter alignt can be used to specify how the annotation boxes are aligned. This parameter is used to specify the alignment of interior annotation if intext equals TANNOT_INTERNAL.


Previous Next Up Title Contents Index Functions Index Top Library