Class xml2pdf_graph_line

Description

Plugin class xml2pdf_graph_line

Draw a curve graph.

  1.  <graph type='line' width='120' height='50' left='60' top='220' position='absolute' color='#0197cb' legend='' repere='10'>
  2.    <line legend='courbe1'>
  3.      <point x='0' y='10'/>
  4.      <point x='5' y='15'/>
  5.      <point x='10' y='22'/>
  6.      <point x='15' y='1'/>
  7.      <point x='20' y='12'/>
  8.      <point x='25' y='15'/>
  9.    </line>
  10.    <line legend='courbe2' color='#0197cb'>
  11.      <point x='0' y='17'/>
  12.      <point x='8' y='15'/>
  13.      <point x='12' y='5'/>
  14.      <point x='15' y='6'/>
  15.      <point x='20' y='12'/>
  16.      <point x='25' y='8'/>
  17.    </line>
  18.  </graph>

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


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

Constructor

Draw a curve type graph

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

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