CLASS Footer
(Defined in: jpgraph.php : 421)
 Footer 
 

Class usage and Overview
Represents the footer in all graphs. The footer consists of three fields accessed by properties "left", "center" and "right" representing. This lets you have footer text to the left, center and to the right.

For example

$graph->footer->left->Set("(C) 2002");

 


Class Methods