<piegraph width="300" height="300">
<data x="Apple" y="20">
<image src="http://someurl.com/image/apple.png" />
</data>
<data x="IBM" y="30">
<image src="http://someurl.com/image/ibm.png" />
</data>
...
</piegraph>
| x | Real or Date | mandatory | XML / Tag Library |
| y | Real or Date | mandatory | XML / Tag Library |
| src | URL | mandatory | XML / Tag Library |
| name | String | 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