(Defined in: jpgraph_log.php : 20) 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
  
   
function GetMaxVal()
Get max value for scale.
Description
Get max scale value for scale. 
   See also
LogScale::GetMinVal
$max = $graph->yaxis->scale->GetMaxVal();
  
   
function GetMinVal()
Get minimum scale value.
Description
Get minimum scale value. 
   See also
LogScale::GetMaxVal
$max = $graph->yaxis->scale->GetMinVal();