GINO Graphics Suite - GINOGRAF v9.5  

ggRestorePieChartSettings

Syntax

[C/C++:]
void ggRestorePieChartSettings(void);
[F90:]
subroutine ggRestorePieChartSettings

Arguments

None

Description

The routine ggRestorePieChartSettings() restores the default Pie Chart frame, in which the size and position of the Pie Chart are calculated to fit the available drawing area or current window. This resets any frame set up by ggSetPieChartFrame() or the GINOGRAF drawing area set by ggSetPlotFrame().

ggRestorePieChartSettings() also restores all Pie Chart attributes to their defaults. These include:

Start angle (ggSetPieChartStartAngle())

Annotation settings (ggSetPieChartAnnotation())

Annotation box type (ggSetPieChartBoxType())

Segment boundary switch (ggSetPieChartBoundSwitch())

Explosion factors (ggSetPieChartExplosion())

See Also

ggRestorePieChartSettings Usage
ggSetPlotFrame
ggSetPieChartStartAngle
ggSetPieChartAnnotation
ggSetPieChartBoxType
ggSetPieChartBoundSwitch
ggSetPieChartExplosion
ggSetPieChartFrame