phplot_charts_Core 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_Core::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 17 Dec 2012 for ninja by  doxygen 1.6.1