Previous Up Next
Tag line Tags Xml2Pdf Graph types
Tag point

Tag point

How to use the tag point ?

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

Tag point

The tag point is used to add a point to a graph line.

Example :

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

the tag attributes are:

  • x : abscisce [string]

  • y : ordinate [float]

Previous Up Next
Tag line Tags Xml2Pdf Graph types

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