Exemple #1
0
 function PolarScale($aMax = 0, &$graph)
 {
     parent::LinearScale(0, $aMax, 'x');
     $this->graph =& $graph;
 }