Lines Matching refs:GArea_Y2

69     protected $GArea_Y2 = NULL;
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 - $this->GArea_Y1) / $Divisions;
338 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
358 $YPos = $this->GArea_Y2;
427 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
457 new Point(floor($XPos), $this->GArea_Y2),
458 new Point(floor($XPos), $this->GArea_Y2 + 5),
476 $YPos = $this->GArea_Y2 + 18;
488 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
651 new Point($this->GArea_X1, $this->GArea_Y2),
658 new Point($this->GArea_X1, $this->GArea_Y2),
659 new Point($this->GArea_X2, $this->GArea_Y2),
682 $this->GArea_Y2,
697 $this->DivisionHeight = ($this->GArea_Y2 - $this->GArea_Y1) / $Divisions;
698 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
700 $YPos = $this->GArea_Y2;
775 new Point($XPos, $this->GArea_Y2),
776 new Point($XPos, $this->GArea_Y2 + 5),
797 $YPos = $this->GArea_Y2 + 18;
809 $YPos = $this->GArea_Y2 + 10 + $TextHeight;
849 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight / 2);
867 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
869 $YPos = $LayerHeight - 1; //$this->GArea_Y2-1;
927 $YPos = $this->GArea_Y2 - $this->DivisionHeight;
929 if($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
960 new Point(floor($XPos), $this->GArea_Y2),
1203 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1205 if($Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2)
1278 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1406 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1491 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1563 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1622 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1665 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1685 $this->GArea_Y2)
1707 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1716 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1751 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1826 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1850 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1906 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
1969 $aPoints [] = min($YLast + $this->GArea_Y1, $this->GArea_Y2);
1971 $aPoints [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1988 $Points [] = min($YPos + $this->GArea_Y1, $this->GArea_Y2);
1994 $this->GArea_Y2
2065 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2161 $LayerHeight = $this->GArea_Y2 - $this->GArea_Y1;
2190 $Y2 = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2214 $this->GArea_Y2)
2237 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2238 if($YZero > $this->GArea_Y2) {
2239 $YZero = $this->GArea_Y2;
2252 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2301 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2302 if($YZero > $this->GArea_Y2) {
2303 $YZero = $this->GArea_Y2;
2318 $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2319 $YBottom = $this->GArea_Y2 - (($LastValue [$Key] - $this->VMin) * $this->DivisionRatio);
2322 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2365 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
2389 $YPos = $this->GArea_Y2 - (($Max - $this->VMin) * $this->DivisionRatio);
2400 $YPos = $this->GArea_Y2 - (($Min - $this->VMin) * $this->DivisionRatio);
2466 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2468 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
2672 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2674 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2 + $this->GArea_Y1;
2741 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
2743 $YCenter = ($this->GArea_Y2 - $this->GArea_Y1) / 2;
2867 new Point($this->GArea_X2 - 1, $this->GArea_Y2),
3211 $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;