(Defined in: jpgraph_log.php : 19)
 
 Class usage and Overview
Implements a logarithmic scale. Normally accessed through the axis 'scale' property, for example $graph->xaxis->sclal   
See also related classes:
LinearScale and Axis   
Class Methods
   
Get max value for scale.
Description:
Get max scale value for scale. 
   See also:
$max = $graph->yaxis->scale->GetMaxVal();
   
Get minimum scale value.
Description:
Get minimum scale value. 
   See also:
$max = $graph->yaxis->scale->GetMinVal();