Lines Matching refs:GArea_Y1
69 protected $GArea_Y1 = NULL; variable in pChart
213 $this->GArea_Y1 = $Y1;
222 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
226 $this->canvas->drawRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
236 $SkewWidth = $this->GArea_Y2 - $this->GArea_Y1 - 1;
242 $Y2 = $this->GArea_Y1;
246 $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1;
250 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
311 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
336 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
337 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
416 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
621 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
648 self::computeAutomaticScaling($this->GArea_Y1,
663 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
664 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
796 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
812 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
827 $this->GArea_Y1 + $YPos),
829 $this->GArea_Y1 + $LastY),
870 if ($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
897 $this->canvas->drawDottedLine(new Point(floor($XPos), $this->GArea_Y1),
1122 if ($Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2)
1444 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1457 $Points [] = $LastYPos1 + $this->GArea_Y1;
1459 $Points [] = $LastYPos2 + $this->GArea_Y1;
1461 $Points [] = $YPos2 + $this->GArea_Y1;
1463 $Points [] = $YPos1 + $this->GArea_Y1;
1556 $this->GArea_Y1),
1578 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1618 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1767 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1801 $Points [] = $LayerHeight + $this->GArea_Y1;
1830 $aPoints [] = min($YLast + $this->GArea_Y1, $this->GArea_Y2);
1832 $aPoints [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1834 $aPoints [] = $YZero + $this->GArea_Y1;
1836 $aPoints [] = $YZero + $this->GArea_Y1;
1847 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1851 $Points [] = min($LayerHeight + $this->GArea_Y1,
1867 $aPoints [] = max($YLast + $this->GArea_Y1, $this->GArea_Y1);
1869 $aPoints [] = max($YPos + $this->GArea_Y1, $this->GArea_Y1);
1871 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
1873 $aPoints [] = max($YZero + $this->GArea_Y1, $this->GArea_Y1);
1886 $Points [] = $YPos + $this->GArea_Y1;
1891 $Points [] = $LayerHeight + $this->GArea_Y1;
1917 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1925 $aPoints [] = $LayerHeight + $this->GArea_Y1;
1947 $aPoints [] = $LayerHeight + $this->GArea_Y1;
1954 $aPoints [] = $YPos + $this->GArea_Y1;
1959 $aPoints [] = $LayerHeight + $this->GArea_Y1;
1961 $aPoints [] = $YPos + $this->GArea_Y1;
1967 $Points [] = $YLast + $this->GArea_Y1;
1969 $Points [] = $YPos + $this->GArea_Y1;
1971 $Points [] = $YZero + $this->GArea_Y1;
1973 $Points [] = $YZero + $this->GArea_Y1;
1987 $aPoints [] = $LayerHeight + $this->GArea_Y1;
2009 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2025 floor($YPos + $this->GArea_Y1)),
2027 floor($YZero + $this->GArea_Y1)),
2034 $Y1 = floor ( $YPos + $this->GArea_Y1 ) + .2;
2057 $this->GArea_Y1),
2202 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
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;
2575 $Plots [] = $YPos + $this->GArea_Y1;
2663 $this->drawGradient(new Point($this->GArea_X1 + 1, $this->GArea_Y1 + 1),
2995 $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;