Class LogScale Extends LinearScale
(Defined in: jpgraph_log.php : 19)
 
 LogScale  LinearScale 
 GetMaxVal() 
 GetMinVal() 
 SetAutoMax() 
 SetAutoMin() 
 SetAutoTicks() 
 SetGrace() 
 

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

 

LogScale ::
GetMaxVal()
Get max value for scale.


Description:
Get max scale value for scale. 
 
See also:

Example:

$max $graph->yaxis->scale->GetMaxVal();

 

LogScale ::
GetMinVal()
Get minimum scale value.


Description:
Get minimum scale value. 
 
See also:

Example:

$max $graph->yaxis->scale->GetMinVal();