Lines Matching refs:GArea_X1

68 	protected $GArea_X1 = NULL;  variable in pChart
212 $this->GArea_X1 = $X1;
222 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
226 $this->canvas->drawRectangle(new Point($this->GArea_X1, $this->GArea_Y1),
238 for($i = $this->GArea_X1 - $SkewWidth; $i <= $this->GArea_X2; $i = $i + 4) {
244 if ($X1 < $this->GArea_X1) {
245 $X1 = $this->GArea_X1;
246 $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1;
311 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
312 new Point($this->GArea_X1, $this->GArea_Y2),
317 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
342 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count ( $Data->getData() ) - 1);
344 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count ( $Data->getData() ));
348 $this->DivisionWidth = $this->GArea_X2 - $this->GArea_X1;
368 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
369 new Point($this->GArea_X1 - 5, $YPos),
398 new Point($this->GArea_X1 - 10 - $TextWidth,
404 if ($XMin > $this->GArea_X1 - 10 - $TextWidth || $XMin == NULL) {
405 $XMin = $this->GArea_X1 - 10 - $TextWidth;
437 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
505 $TextLeft = (($this->GArea_X2 - $this->GArea_X1) / 2) + $this->GArea_X1 + ($TextWidth / 2);
621 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y1),
622 new Point($this->GArea_X1, $this->GArea_Y2),
627 $this->canvas->drawLine(new Point($this->GArea_X1, $this->GArea_Y2),
669 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
670 new Point($this->GArea_X1 - 5, $YPos),
685 new Point($this->GArea_X1 - 10 - $TextWidth,
692 if ($XMin > $this->GArea_X1 - 10 - $TextWidth || $XMin == NULL) {
693 $XMin = $this->GArea_X1 - 10 - $TextWidth;
712 self::computeAutomaticScaling($this->GArea_X1, $this->GArea_X2,
726 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / $XDivisions;
727 $this->XDivisionRatio = ($this->GArea_X2 - $this->GArea_X1) / $XDataRange;
729 $XPos = $this->GArea_X1;
826 $this->canvas->drawFilledRectangle(new Point($this->GArea_X1 + 1,
845 $TextLeft = (($this->GArea_X2 - $this->GArea_X1) / 2) + $this->GArea_X1 + ($TextWidth / 2);
871 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $YPos),
888 $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset;
891 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
892 $ColCount = floor ( ($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth );
896 if ($XPos > $this->GArea_X1 && $XPos < $this->GArea_X2)
1126 $this->canvas->drawLine(new Point($this->GArea_X1, $Y),
1133 $this->canvas->drawDottedLine(new Point($this->GArea_X1, $Y),
1152 $position = new Point($this->GArea_X1 + 2,
1189 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ($this->DivisionWidth * $Cp) + 2;
1285 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1381 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
1456 $Points [] = $LastXPos + $this->GArea_X1;
1458 $Points [] = $LastXPos + $this->GArea_X1;
1460 $Points [] = $XPos + $this->GArea_X1;
1462 $Points [] = $XPos + $this->GArea_X1;
1494 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1534 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1555 new Point($this->GArea_X1,
1578 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1589 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
1618 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
1653 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1766 $LayerWidth = $this->GArea_X2 - $this->GArea_X1;
1800 $Points [] = $this->GAreaXOffset + $this->GArea_X1;
1829 $aPoints [] = $XLast + $this->GArea_X1;
1831 $aPoints [] = $XPos + $this->GArea_X1;
1833 $aPoints [] = $XPos + $this->GArea_X1;
1835 $aPoints [] = $XLast + $this->GArea_X1;
1846 $Points [] = $XPos + $this->GArea_X1;
1850 $Points [] = $XLast + $this->GArea_X1;
1866 $aPoints [] = $XLast + $this->GArea_X1;
1868 $aPoints [] = $LayerWidth - $this->GAreaXOffset + $this->GArea_X1;
1870 $aPoints [] = $LayerWidth - $this->GAreaXOffset + $this->GArea_X1;
1872 $aPoints [] = $XLast + $this->GArea_X1;
1885 + $this->GArea_X1;
1890 $Points [] = $LayerWidth - $this->GAreaXOffset + $this->GArea_X1;
1916 $LayerWidth = $this->GArea_X2 - $this->GArea_X1;
1924 $aPoints [] = $this->GAreaXOffset + $this->GArea_X1;
1946 $aPoints [] = $XLast + $this->GArea_X1;
1953 $aPoints [] = $XPos + $this->GArea_X1;
1958 $aPoints [] = $XPos + $this->GArea_X1;
1960 $aPoints [] = $XPos + $this->GArea_X1;
1966 $Points [] = $XLast + $this->GArea_X1;
1968 $Points [] = $XPos + $this->GArea_X1;
1970 $Points [] = $XPos + $this->GArea_X1;
1972 $Points [] = $XLast + $this->GArea_X1;
1986 $aPoints [] = $LayerWidth - $this->GAreaXOffset + $this->GArea_X1;
2024 $this->canvas->drawFilledRectangle(new Point(floor($XPos - $XWidth + $this->GArea_X1),
2026 new Point(floor($XPos + $XWidth + $this->GArea_X1),
2033 $X1 = floor ( $XPos - $XWidth + $this->GArea_X1 );
2035 $X2 = floor ( $XPos + $XWidth + $this->GArea_X1 );
2037 if ($X1 <= $this->GArea_X1) {
2038 $X1 = $this->GArea_X1 + 1;
2056 new Point($this->GArea_X1,
2091 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SerieXOffset + $SeriesWidth * $SerieID;
2151 $XPos = $this->GArea_X1 + $this->GAreaXOffset - $SeriesWidth / 2;
2200 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
2202 $graphAreaMin = new Point($this->GArea_X1, $this->GArea_Y1);
2231 if ($X1 <= $this->GArea_X1) {
2232 $X1 = $this->GArea_X1 + 1;
2297 $XCenter = ($this->GArea_X2 - $this->GArea_X1) / 2 + $this->GArea_X1;
2484 $XCenter = ($this->GArea_X2 - $this->GArea_X1) / 2 + $this->GArea_X1;
2548 $XCenter = ($this->GArea_X2 - $this->GArea_X1) / 2;
2574 $Plots [] = $XPos + $this->GArea_X1;
2663 $this->drawGradient(new Point($this->GArea_X1 + 1, $this->GArea_Y1 + 1),