<axesgraph width="300" height="300">
<bubbleseries name="My Bubbles">
<data x="12" y="5" radius="3" />
<data x="15" y="7" close="141.5" xradius="4" yradius="3" xrange="5" yrange="5" />
</bubbleseries>
</axesgraph>
| name | String | mandatory | XML / Tag Library |
| pos | (top | bottom) (left | right) | optional | XML / Tag Library |
<axesgraph width="300" height="300">
<axis pos="bottom" type="date">
<teeth rotate="90" align="left middle" />
</axis>
<axis pos="top" type="bar" />
<lineseries pos="bottom left" name="Amount over the year">
<data x="2003-01-01" y="20" />
...
<data x="2003-12-31" y="17" />
</lineseries>
<barseries pos="top left" name="Average amount per weekday">
<data x="Sun" y="18" />
...
<data x="Sat" y="21" />
</barseries>
</axesgraph>| color | Paint | optional | XML / Tag Library |
| bordercolor | Color | optional | XML / Tag Library |
| linethickness | Real > 0 | optional | XML / Tag Library |
| dash | Real[] | optional | XML / Tag Library |
dash="5,5" to create a regular dash pattern,
or dash="6,2,2,2" to create a dash/dot type pattern.