Template Keywords
Graph - graph
The /graph/ keyword controls the drawing of any following graphs drawn with the /hgraph/ keyword.
/graph/,<option>,...
The option can be one of several allowed words that specify the style of graph drawn. A list of options and description of each:
Graph Option | Action |
area | Draws the level in the middle of the interval. Normally used when drawing ticks for levels. |
average | Draws a small bar for the average result |
avvalue | Shows the numeric value of the average |
circle | Draws a solid circle at the level |
cross | Draws a cross at the level |
diamond | Draws a diamond at the level |
divide | Draws dividing lines between each interval of the gauge |
decade | If the scale is shown it increases by 10 |
frame | Draws a rectangular frame around the graph |
internal | Draws the numerical scale inside the frame |
outside | Shows the numeric value of the level outside the gauge |
percent | Makes the gauge work from 0 to 100 where the two ends values coincide with the ends of the gauge |
quart | Shades the quartiles of the gauge |
range | Shades the range of results |
reverse | Reverse the graph so the higher values are at the left end |
rgvalue | Shows the numeric values of each end of the shaded range |
ring | Draws a hollow circle at the level |
scale | Draws a numerical scale for the gauge |
shade | Draws a shaded area at the level |
value | Shows the numeric value of the level in a hollow circle at the level |
wingcheck | Draws a tick from the Wingdings font at the level |
Example
These options set a graph to have a numbered scale inside the frame of the graph. The level is shown on the graph by circling the number of the scale.
/graph/,area,ring,scale,internal
- Most of the options set the symbol drawn on the graph to show the level. Only one of the following options can be used: circle, ring, diamond, and wingcheck with each instance of the /graph/ keyword.
- The other options can be used in combination to control the appearance of the graph.