Lines Matching refs:GArea_Y2

147    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;
511 $this->DivisionRatio = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $DataRange;
535 $YPos = $this->GArea_Y2; $XMin = NULL;
578 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight/2);
593 $this->drawLine(floor($XPos),$this->GArea_Y2,floor($XPos),$this->GArea_Y2+5,$R,$G,$B);
612 $YPos = $this->GArea_Y2+18;
617 $YPos = $this->GArea_Y2+10+$TextHeight;
648 $this->drawLine($this->GArea_X1,$this->GArea_Y1,$this->GArea_X1,$this->GArea_Y2,$R,$G,$B);
649 $this->drawLine($this->GArea_X1,$this->GArea_Y2,$this->GArea_X2,$this->GArea_Y2,$R,$G,$B);
675 $MinDivHeight = 25; $MaxDivs = ($this->GArea_Y2 - $this->GArea_Y1) / $MinDivHeight;
729 $this->DivisionHeight = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $Divisions;
730 $this->DivisionRatio = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $DataRange;
732 $YPos = $this->GArea_Y2; $XMin = NULL;
843 $this->drawLine($XPos,$this->GArea_Y2,$XPos,$this->GArea_Y2+5,$R,$G,$B);
864 $YPos = $this->GArea_Y2+18;
869 $YPos = $this->GArea_Y2+10+$TextHeight;
886 $TextTop = (($this->GArea_Y2 - $this->GArea_Y1) / 2) + $this->GArea_Y1 + ($TextHeight/2);
907 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
935 $YPos = $this->GArea_Y2 - $this->DivisionHeight;
938 if ( $YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2 )
953 …$this->drawDottedLine(floor($XPos),$this->GArea_Y1,floor($XPos),$this->GArea_Y2,$LineWidth,$R,$G,$…
1137 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1139 if ( $Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2 )
1180 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1241 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1309 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1349 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1412 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1450 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1482 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1569 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1583 $YPos = $this->GArea_Y2 - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1600 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1767 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1860 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
1891 …$X2 = floor($XPos + $XWidth + $this->GArea_X1); $Y2 = $this->GArea_Y2 - ((0-$this->VMin) * $this->…
1927 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1928 if ( $YZero > $this->GArea_Y2 ) { $YZero = $this->GArea_Y2; }
1946 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1980 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1981 if ( $YZero > $this->GArea_Y2 ) { $YZero = $this->GArea_Y2; }
2002 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2003 $YBottom = $this->GArea_Y2 - (($LastValue[$Key]-$this->VMin) * $this->DivisionRatio);
2008 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2056 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
2062 $YPos = $this->GArea_Y2 - (($Min-$this->VMin) * $this->DivisionRatio);
2085 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset;
2087 $YCenter = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 + $this->GArea_Y1;
2220 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset;
2222 $YCenter = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 + $this->GArea_Y1;
2281 $LayerHeight = $this->GArea_Y2-$this->GArea_Y1;
2282 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset;
2284 $YCenter = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2;
2762 …$X1 = $this->GArea_X1+1; $X2 = $this->GArea_X2-1; $Y1 = $this->GArea_Y1+1; $Y2 = $this->GArea_Y2; }
3028 …ea_X1 && $X <= $this->GArea_X2 && $Y >= $this->GArea_Y1 && $Y <= $this->GArea_Y2) || !$GraphFuncti…
3062 …ea_X1 && $X <= $this->GArea_X2 && $Y >= $this->GArea_Y1 && $Y <= $this->GArea_Y2) || !$GraphFuncti…