Previous Next Up Title Contents Index Functions Index Top Library

SET PIE CHART ANNOTATION FLAGS

tset_piech_annot_flag


CALL SEQUENCE

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

INPUT PARAMETERS

Pint	strid;
Tpie_annot_flag	intext;
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 text:
flgval
Visibility status of slice values:
flgper
Visibility status of slice percentages :
alignt
Type of alignment.

EFFECT

This function sets 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.

If tset_piech_annot_flag is not called, the interior annotation only includes the values (flgval=TVISIBILITY_ON) and the exterior annotation only includes the text (flgtxt=TVISIBILITY_ON).

Examples of alignment in an annotation box where flgtxt, flgval and flgper are all set to TVISIBILITY_ON.


Previous Next Up Title Contents Index Functions Index Top Library