Example, Graphx, Value – HP 3PAR System Reporter Software User Manual
Page 137: Graphy, Value: example
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
for an example of a chart using stacked
vertical bars.
stackedarea
Specifies that charts will use stacked areas instead of stacked bars. See
for
an example of a chart using stacked areas.
bars
(Default). Specifies that bar charts will be used. See
for an example of a bar
chart.
vbars
Specifies that vertical bar charts will be used. See
for an example of a bar
chart
lines
Specifies that line graph charts will be used. See
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 Y axis should be 300 pixels.
charttab=chart&charttype=lines&graphy=300
Report Options
137