Lines Matching refs:GArea_Y2
71 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;
337 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
357 $YPos = $this->GArea_Y2;
416 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
442 $this->canvas->drawLine(new Point(floor($XPos), $this->GArea_Y2),
443 new Point(floor($XPos), $this->GArea_Y2 + 5),
458 $YPos = $this->GArea_Y2 + 18;
468 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
622 new Point($this->GArea_X1, $this->GArea_Y2),
627 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
628 new Point($this->GArea_X2, $this->GArea_Y2),
649 $this->GArea_Y2,
663 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
664 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
666 $YPos = $this->GArea_Y2;
732 $this->canvas->drawLine(new Point($XPos, $this->GArea_Y2),
733 new Point($XPos, $this->GArea_Y2 + 5),
751 $YPos = $this->GArea_Y2 + 18;
761 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
796 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
812 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
868 $YPos = $this->GArea_Y2 - $this->DivisionHeight;
870 if ($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
898 new Point(floor($XPos), $this->GArea_Y2),
1120 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1122 if ($Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2)
1190 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1291 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1380 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1444 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1499 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1539 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1558 $this->GArea_Y2));
1579 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1588 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1619 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1693 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1715 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1767 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1830 $aPoints [] = min($YLast + $this->GArea_Y1, $this->GArea_Y2);
1832 $aPoints [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1847 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1852 $this->GArea_Y2);;
1917 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2009 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2036 $Y2 = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2059 $this->GArea_Y2));
2081 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2082 if ($YZero > $this->GArea_Y2) {
2083 $YZero = $this->GArea_Y2;
2096 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2141 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2142 if ($YZero > $this->GArea_Y2) {
2143 $YZero = $this->GArea_Y2;
2158 … $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2159 $YBottom = $this->GArea_Y2 - (($LastValue [$Key] - $this->VMin) * $this->DivisionRatio);
2162 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2203 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
2227 $YPos = $this->GArea_Y2 - (($Max - $this->VMin) * $this->DivisionRatio);
2238 $YPos = $this->GArea_Y2 - (($Min - $this->VMin) * $this->DivisionRatio);
2296 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2298 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
2483 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2485 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
2547 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2549 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2;
2664 new Point($this->GArea_X2 - 1, $this->GArea_Y2),
2995 $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;