
Specifies that charts will use stacked vertical bars. Stacked charts stack data on top of each other
so you can see the total as well. See Figure 35 (page 94)for an example of a chart using stacked
vertical bars.
stackedarea
Specifies that charts will use stacked areas instead of stacked bars. SeeFigure 36 (page 94) for
an example of a chart using stacked areas.
bars
(Default). Specifies that bar charts will be used. See Figure 38 (page 95) for an example of a bar
chart.
vbars
Specifies that vertical bar charts will be used. See Figure 39 (page 96) for an example of a bar
chart
lines
Specifies that line graph charts will be used. See Figure 37 (page 95) for an example of a chart
using lines.
example:
The following example specifies that query results are to be displayed in the form of one or more
charts that use lines:
&charttab=chart&charttype=lines
graphx
Use the graphx option to specify the length of the chart X (category) axis in pixels. If not defined,
the length is computed automatically. If too few pixels are specified, the chart may not be drawn.
This option can only be specified once in a given query string.
value:
Specify an integer number of pixels.
example:
The following example specifies that the chart X axis should be 2000 pixels.
charttab=chart&charttype=lines&graphx=2000
graphy
Use the graphy option to specify the length of the chart Y (value) axis in pixels. If not defined, the
length is computed automatically. If too few pixels are specified, the chart may not be drawn. This
option can only be specified once in a given query string.
value:
Specify an integer number of pixels.
example:
The following example specifies that the chart Yaxis should be 300 pixels.
charttab=chart&charttype=lines&graphy=300
Report Options 133
Comentarios a estos manuales