GINO Graphics Suite - GINOGRAF v9.5  

ggEnqPieChartAnnotation

Syntax

[C/C++:]
void ggEnqPieChartAnnotation(int *type, int *txt, int *per, int *val, float *tol);
[F90:]
subroutine ggEnqPieChartAnnotation(type, txt, per, val, tol)

integer, intent(out) :: type, txt, per, val
real, intent(out) :: tol

Arguments

type
Pie chart annotation type

= GRADIAL Radial
= GINTERNAL Internal
= GEXTERNAL External

txt
Flag determining whether text string is included in annotation

= GNOTEXT Text string not included
= GTEXT Text string included

per
Flag determining whether calculated percentage is included in annotation

= GNOPERCENT Percentage value not included
= GPERCENT Percentage value included

val
Flag determining whether data value is included in annotation

= GNODATA Data value not included
= GDATA Data value included

tol
Tolerance level. The minimum percentage of the whole Pie Chart that the segment must occupy before being annotated

Description

The routine ggEnqPieChartAnnotation() returns the current Pie Chart annotation settings as set by the routine ggSetPieChartAnnotation(). If ggSetPieChartAnnotation() has not been called the default settings are returned.

See Also

ggEnqPieChartAnnotation Usage
ggSetPieChartAnnotation