Previous Up Next
Tag graph Tags Xml2Pdf Tag line
Tag value

Tag value

How to use the tag value ?

Guillaume Luchet, guillaume@geelweb.org
Copyright © 2006, Guillaume Luchet
BSD License

Tag value

The tag value is used to add a graph value.

Example :

  1. <!-- Draw a circle graph whith five portions -->
  2. <graph type='circle' width='100' height='80' mode='3D' legend='%l (%p)' fontsize='10'>
  3.     <value legend='Lille' data='1510' color='#f0f5ff'/>
  4.     <value legend='Paris' data='1610' color='#feefc1'/>
  5.     <value legend='Toulouse' data='1400' color='#ffaaaa'/>
  6.     <value legend='Lyon' data='700'/>
  7.     <value legend='Bordeaux' data='1001'/>
  8. </graph>

the tag attributes are:

  • legend : value name [string]

  • data : value [float]

  • color : value color [string]

Previous Up Next
Tag graph Tags Xml2Pdf Tag line

Documentation generated on Wed, 11 Oct 2006 22:27:10 +0200 by phpDocumentor 1.3.0