phplot_charts Class Reference

Charts helper class. More...

Static Public Member Functions

static load ()
 Autoload phplot, now you can use new PHPlot().

Detailed Description

Charts helper class.


Member Function Documentation

static phplot_charts::load (  )  [static]

Autoload phplot, now you can use new PHPlot().

This is how you save a file:

$plot = new PHPlot($height, $width, $filename); $plot->SetFileFormat('png'); $plot->SetIsInline(true); // ... $plot->DrawGraph();


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 31 Oct 2014 for ninja by  doxygen 1.6.1