/Graph.phpPackage for drawing graphs (bars, lines, ...)
This package offers you many ways to generate a graphical view from numerical data.
| Class | Description |
|---|---|
Image_Graph
|
Main class for Graph generation |
IMAGE_GRAPH_AXISTYPE_LINEAR = 'linear'
(line 76)
Axe is linear
Only supported on axisY0/axisY1.
IMAGE_GRAPH_AXISTYPE_TEXT = 'text'
(line 68)
Axe is textual
Only supported on axisX.
IMAGE_GRAPH_TICKS_BOTH = 3
(line 59)
Show ticks on inside and outside of the axis
For usage with class Image_Graph_Axis_X and Image_Graph_Axis_Y
IMAGE_GRAPH_TICKS_INSIDE = 1
(line 41)
Show ticks on inside of the axis
For usage with class Image_Graph_Axis_X and Image_Graph_Axis_Y
IMAGE_GRAPH_TICKS_OUTSIDE = 2
(line 50)
Show ticks on outside of the axis
For usage with class Image_Graph_Axis_X and Image_Graph_Axis_Y
Documentation generated on Sat, 21 Feb 2004 23:28:05 +0100 by phpDocumentor 1.3.0RC2