File/Graph.php

Description

Package for drawing graphs (bars, lines, ...)

This package offers you many ways to generate a graphical view from numerical data.

Classes
Class Description
 class Image_Graph Main class for Graph generation
Includes
 require_once ("Image/Graph/Color.php") (line 80)
 require_once ('Image/Graph/Data/Common.php') (line 79)
 require_once ('Image/Graph/Elements.php') (line 78)
Constants
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