Class xml2pdf_graph_circle

Description

plugin class xml2pdf_graph_circle

Draw a circular graph.

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

Located in /plugins/graphs/xml2pdf.graph.circle.php (line 40)


	
			
Method Summary
 void __construct (Object $graph)
Methods
Constructor __construct (line 51)

Constructor.

Draw a circular graph

  • access: public
void __construct (Object $graph)
  • Object $graph: Object Xml2Pdf_Tag_graph

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