Searched refs:GArea_Y2 (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 71 protected $GArea_Y2 = NULL; variable in pChart 215 $this->GArea_Y2 = $Y2; 240 $Y1 = $this->GArea_Y2; 357 $YPos = $this->GArea_Y2; 458 $YPos = $this->GArea_Y2 + 18; 649 $this->GArea_Y2, 666 $YPos = $this->GArea_Y2; 751 $YPos = $this->GArea_Y2 + 18; 1852 $this->GArea_Y2);; 2083 $YZero = $this->GArea_Y2; [all …]
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 69 protected $GArea_Y2 = NULL; variable in pChart 206 $this->GArea_Y2 = $Y2; 215 new Point($this->GArea_X2, $this->GArea_Y2), 221 new Point($this->GArea_X2, $this->GArea_Y2), 231 $SkewWidth = $this->GArea_Y2 - $this->GArea_Y1 - 1; 235 $Y1 = $this->GArea_Y2; 310 new Point($this->GArea_X1, $this->GArea_Y2), 317 new Point($this->GArea_X1, $this->GArea_Y2), 318 new Point($this->GArea_X2, $this->GArea_Y2), 337 $this->DivisionHeight = ($this->GArea_Y2 [all...] |
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 147 var $GArea_Y2 = NULL; variable in pChart 313 $this->GArea_Y2 = $Y2; 389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 535 $YPos = $this->GArea_Y2; $XMin = NULL; 593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B); 612 $YPos = $this->GArea_Y2+18; 649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B); 864 $YPos = $this->GArea_Y2+18; 1928 if ( $YZero > $this->GArea_Y2 ) { $YZero = $this->GArea_Y2; } [all …]
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 147 var $GArea_Y2 = NULL; variable in pChart 313 $this->GArea_Y2 = $Y2; 389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 535 $YPos = $this->GArea_Y2; $XMin = NULL; 593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B); 612 $YPos = $this->GArea_Y2+18; 649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B); 843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B); 864 $YPos = $this->GArea_Y2+18; 1953 if ( $YZero > $this->GArea_Y2 ) { $YZero = $this->GArea_Y2; } [all …]
|