<axesgraph width="200" height="200">
<barseries name="Fruit Consumption">
<data x="Apples" y="20" />
<data x="Oranges" y="15" />
</barseries>
</axesgraph>
| backwallpaint | Wallpaint | optional | XML / Tag Library |
stripe(...) syntax to paint the back
wall with stripes or a grid pattern.
stripe is
stripe( paint*, axis=left|bottom|right|top [, line=color] [, altaxis=left|bottom|right|top] ).
In other words you can specify a list of zero or more paints which will
be used to fill the back wall in alternating stripes. If no paint is
specified the back wall is transparent. A "line=" attribute may also be
added to set the color of the lines separating the stripes. These stripes
will be aligned with the specified axis, and if an "altaxis" is specified
then lines will also be drawn from that axis to form a grid. Seee some of
the examples below for more detail
<axesgraph backwallpaint="stripe(yellow,gray,axis=left)"> ... </axesgraph>
<axesgraph backwallpaint="stripe(line=black,axis=left,altaxis=bottom)"> ... </axesgraph>
<axesgraph backwallpaint="stripe(yellow,gray,line=black,axis=bottom,altaxis=left)"> ... </axesgraph>
| horizontalscale | Real[4] | optional | XML / Tag Library |
| verticalscale | Real[4] | optional | XML / Tag Library |
| debug | null | optional | XML / Tag Library |
| xrotation | Real | optional | XML / Tag Library |
| yrotation | Real | optional | XML / Tag Library |
| zrotation | Real | optional | XML / Tag Library |
| defaultcolors | Paint[n] | optional | XML / Tag Library |
<axesgraph defaultcolors="#FF0000, #00FF00, #0000FF, #FFFF00"> ... </axesgraph>
<axesgraph defaultcolors="#FF0000, http://localhost/mytexture.png"> ... </axesgraph>
| bordercolor | Color | optional | XML / Tag Library |
| backgroundcolor | Paint | optional | Tag Library Only |
<axesgraph backgroundcolor="transparent(red)"> ... </axesgraph>
| numcolors | Integer - 0 or a power of 2 | optional | Tag Library Only |
| lightlevel | Real from 0 to 100 | optional | XML / Tag Library |
| lightvector | Real[3] | optional | XML / Tag Library |
<axesgraph lightvector="1,0,0"> ... </axesgraph>
| format | png | flash | svg | rg1pdf | optional | Tag Library Only |
| fixedzoom | Real | optional | XML / Tag Library |
<piegraph fixedzoom="100" fixedx="150" fixedy="150"> ... </piegraph>
| fixedx | Real | optional | XML / Tag Library |
| fixedy | Real | optional | XML / Tag Library |
| paddingtop | Integer | optional | XML / Tag Library |
| paddingright | Integer | optional | XML / Tag Library |
| paddingbottom | Integer | optional | XML / Tag Library |
| paddingleft | Integer | optional | XML / Tag Library |
| dpi | integer | optional | Tag Library Only |
| urlprefix | String | optional | Tag Library Only |
| autocolors | Paint[2] | optional | XML / Tag Library |
<axesgraph autocolors="#0000A0, #D0D0FF"> ... </axesgraph>
| colorordering | null | optional | XML / Tag Library |
| align | (top | middle | bottom) (left | center | right) | optional | Tag Library Only |
align="center" (the vertical alignment
is undefined). To align horizontally and vertically, do align="center middle".
As in HTML, "middle" refers to vertical alignment and "center" refers to horizontal.
| alt | Text | optional | Tag Library Only |
| border | Pixels | optional | Tag Library Only |
| height | Integer | mandatory | Tag Library Only |
width="50" not width="50%".
| hspace | Pixels | optional | Tag Library Only |
| longdesc | URI | optional | Tag Library Only |
| vspace | Pixels | optional | Tag Library Only |
| width | Integer | mandatory | Tag Library Only |
width="50" not width="50%".
| wmode | window | opaque | transparent | optional | Tag Library Only |
| id | Name | optional | Tag Library Only |
| htmlclass | null | optional | XML / Tag Library |
| title | Text | optional | Tag Library Only |
| style | Style | optional | Tag Library Only |
| lang | Language-code | optional | Tag Library Only |
| onclick | script | optional | Tag Library Only |
click event occurs on a region of the graph
| ondblclick | script | optional | Tag Library Only |
dblclick event occurs on a region of the graph
| onkeydown | script | optional | Tag Library Only |
keydown event occurs on a region of the graph
| onkeypress | script | optional | Tag Library Only |
keypress event occurs on a region of the graph
| onkeyup | script | optional | Tag Library Only |
keyup event occurs on a region of the graph
| onmousedown | script | optional | Tag Library Only |
mousedown event occurs on a region of the graph
| onmousemove | script | optional | Tag Library Only |
mousemove event occurs on a region of the graph
| onmouseout | script | optional | Tag Library Only |
mouseout event occurs on a region of the graph
| onmouseover | script | optional | Tag Library Only |
mouseover event occurs on a region of the graph
| onmouseup | script | optional | Tag Library Only |
mouseup event occurs on a region of the graph