<axesgraph width="300" height="300">
<lineseries name="Amount used">
<data x="10" y="20" />
<marker x="10" y="20" type="diamond" />
<data x="20" y="30" />
<marker x="20" y="30" type="diamond" />
...
</lineseries>
</axesgraph>
<axesgraph width="300" height="300">
<lineseries name="Amount used">
<marker x="10" y="20" type="diamond" />
<marker x="20" y="30" type="diamond" />
...
</lineseries>
</axesgraph>
| x | Real or Date | mandatory | XML / Tag Library |
| y | Real or Date | mandatory | XML / Tag Library |
| type | String | mandatory | XML / Tag Library |
| name | String | optional | XML / Tag Library |
| size | Real | optional | XML / Tag Library |
| rotate | Real | optional | XML / Tag Library |
| distance | Real | optional | XML / Tag Library |
| angle | Real | optional | XML / Tag Library |
| color | Paint | 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.
| bordercolor | Color | optional | XML / Tag Library |
| linethickness | Real > 0 | optional | XML / Tag Library |
| href | URI | optional | Tag Library Only |
| target | frame-target | optional | Tag Library Only |
| title | Text | 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