Syntax
[C/C++:]
void ggEnqBlockChartAttribs(int *coloff, float *azim, float *elev, float *depth, float *top, float *side);
[F90:]
subroutine ggEnqBlockChartAttribs(coloff, azim, elev, depth, top, side)
integer, intent(out) :: coloff
real, intent(out) :: azim, elev, depth, top, side
Arguments
coloff
Colour index offset for shading (default =20)
azim
Azimuth angle of block in range -60.0 to 60.0 (default =30.0)
elev
Elevation angle of block in range -60.0 to 60.0 (default= = 30.0)
depth
Depth as fraction of column width in range 0.1 to 10.0 (default = 1.0)
top
The relative lightness of the top of a column compared to that of the front in range 0.0 to 100.0 (default =0.67)
side
The relative lightness of the side of a column compared to that of the front in range 0.0 to 100.0 (default = 0.33)
Description
The routine ggEnqBlockChartAttribs() enquires the Block Chart attributes used for all the Block Chart routines.  A full description of the attributes is documented with the setting routine ggSetBlockChartAttribs().  The default block chart attributes may be restored using the routine ggRestoreBlockChartAttribs().
See Also
ggEnqBlockChartAttribs UsageggBlockFillAreaChartggBlockFillBarChartggBlockFillHistogramggBlockFillMultiHistogramggBlockFillStepChartggRestoreBlockChartAttribsggSetBlockChartAttribs