GINO Graphics Suite - GINOGRAF v9.5  

ggSetPieChartBoundSwitch

Syntax

[C/C++:]
void ggSetPieChartBoundSwitch(int switch);
[F90:]
subroutine ggSetPieChartBoundSwitch(int switch)
integer, intent(in) :: switch

Arguments

switch
Pie chart boundary switch

= GOFF Switch Pie Chart boundaries off
= GON Pie chart boundaries are drawn

Description

The routine ggSetPieChartBoundSwitch() switches the drawing of Pie Chart boundaries on or off when using the Pie Chart routines ggPlotPieChart() and ggAddPieChartSegment(). The default condition is to draw the boundaries for all Pie Chart segments.

The boundary switch is restored to its default setting by the routine ggRestorePieChartSettings().

See Also

ggSetPieChartBoundSwitch Usage
ggPlotPieChart
ggRestorePieChartSettings
ggAddPieChartSegment