<dialgraph height="400" width="400"> <segment startangle="0" endangle="360" inner="0" outer="100" color="#FEE" /> <tick startangle="0" endangle="360" step="30" inner="100" outer="105" color="black" /> <needle angle="0" waist="30" waistwidth="10" end="100" color="black" /> <needle angle="60" waist="30" waistwidth="10" end="60" color="black" /> <labels startangle="30" endangle="360" step="30" distance="80" startvalue="1" endvalue="12" color="black" /> </dialgraph>
| startangle | Real | mandatory | XML / Tag Library |
| endangle | Real | mandatory | XML / Tag Library |
| step | Real > 0 | mandatory | XML / Tag Library |
| distance | Real | mandatory | XML / Tag Library |
| rotate | Boolean | optional | XML / Tag Library |
| labelformat | String | optional | XML / Tag Library |
| startvalue | Real | mandatory | XML / Tag Library |
| endvalue | Real | mandatory | XML / Tag Library |
| textcolor | Paint | optional | XML / Tag Library |
| paddingleft | Integer | optional | XML / Tag Library |
| paddingright | Integer | optional | XML / Tag Library |
| paddingbottom | Integer | optional | XML / Tag Library |
| paddingtop | Integer | optional | XML / Tag Library |
| fontsize | Real > 0 | optional | XML / Tag Library |
| font | String | optional | XML / Tag Library |
font="12pt bold Times" is
the same as fontfamily="Times" fontweight="bold" fontsize="12pt".
| fontfamily | String | optional | XML / Tag Library |
<bfg:axesgraph> <label fontfamily="serif">My Label</label> ... </bfg:axesgraph>
<bfg:font name="myfont" src="http://localhost/myfont.ttf" /> <bfg:axesgraph> <label fontfamily="myfont">My Label</label> ... </bfg:axesgraph>
| fontweight | normal | bold | optional | XML / Tag Library |
| fontstyle | normal | italic | optional | XML / Tag Library |
| align | (top | middle | bottom) (left | center | right) | optional | XML / Tag Library |
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.
| rotate | Boolean | optional | XML / Tag Library |