Home
last modified time | relevance | path

Searched refs:GArea_Y2 (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/pchart/
DpChart.php71 protected $GArea_Y2 = NULL; variable in pChart
215 $this->GArea_Y2 = $Y2;
223 new Point($this->GArea_X2, $this->GArea_Y2),
227 new Point($this->GArea_X2, $this->GArea_Y2),
236 $SkewWidth = $this->GArea_Y2 - $this->GArea_Y1 - 1;
240 $Y1 = $this->GArea_Y2;
312 new Point($this->GArea_X1, $this->GArea_Y2),
317 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
318 new Point($this->GArea_X2, $this->GArea_Y2),
336 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php147 var $GArea_Y2 = NULL; variable in pChart
313 $this->GArea_Y2 = $Y2;
319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
329 $SkewWidth = $this->GArea_Y2-$this->GArea_Y1-1;
333 $X1 = $i; $Y1 = $this->GArea_Y2;
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
458 $MinDivHeight = 25; $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;
510 $this->DivisionHeight = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $Divisions;
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php147 var $GArea_Y2 = NULL; variable in pChart
313 $this->GArea_Y2 = $Y2;
319 …$this->drawFilledRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R,$G,$…
320 …$this->drawRectangle($this->GArea_X1,$this->GArea_Y1,$this->GArea_X2,$this->GArea_Y2,$R-40,$G-40,$…
329 $SkewWidth = $this->GArea_Y2-$this->GArea_Y1-1;
333 $X1 = $i; $Y1 = $this->GArea_Y2;
388 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
389 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
458 $MinDivHeight = 25; $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;
510 $this->DivisionHeight = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $Divisions;
[all …]