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.