| View previous topic :: View next topic |
| Author |
Message |
alex
Joined: 13 Sep 2006 Posts: 72
|
Posted: Wed Sep 05, 2007 9:40 am Post subject: Image_Graph : line_dotted and thickness |
|
|
I am trying to get a graph with a dotted line and to modify the thickness of a line. I did not find anything in the doc and examples (veggerby and phpnet). I have looked into the code, seen several interesting functions but tried in vain :\
Does anyone know how to proceed ?
ThX |
|
| Back to top |
|
 |
alex
Joined: 13 Sep 2006 Posts: 72
|
Posted: Thu Sep 20, 2007 10:58 am Post subject: |
|
|
My investigations ...
Create a new plot (line)
| Code: | | $Plot =& $Plotarea->addNew('line', array(&$dataset)); |
This returns a "image_graph_plot_line" object.
I've found this method in the doc for this object:
| Quote: | | void setLineStyle( Image_Graph_Line &$lineStyle) |
And just below :
| Quote: | | See: Image_Graph_Line |
But no link on "Image_Graph_Line" ! There seems to be no such object in the package ... If anyone could confirm ... Thanks. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|