Lines Matching refs:GArea_X2
70 protected $GArea_X2 = NULL; variable in pChart
214 $this->GArea_X2 = $X2;
223 new Point($this->GArea_X2, $this->GArea_Y2),
227 new Point($this->GArea_X2, $this->GArea_Y2),
238 for($i = $this->GArea_X1 - $SkewWidth; $i <= $this->GArea_X2; $i = $i + 4) {
249 if ($X2 >= $this->GArea_X2) {
250 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
251 $X2 = $this->GArea_X2 - 1;
318 new Point($this->GArea_X2, $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;
361 $this->canvas->drawLine(new Point($this->GArea_X2, $YPos),
362 new Point($this->GArea_X2 + 5, $YPos),
386 new Point($this->GArea_X2 + 10,
392 if ($XMin < $this->GArea_X2 + 15 + $TextWidth || $XMin == NULL) {
393 $XMin = $this->GArea_X2 + 15 + $TextWidth;
505 $TextLeft = (($this->GArea_X2 - $this->GArea_X1) / 2) + $this->GArea_X1 + ($TextWidth / 2);
628 new Point($this->GArea_X2, $this->GArea_Y2),
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;
828 new Point($this->GArea_X2 - 1,
845 $TextLeft = (($this->GArea_X2 - $this->GArea_X1) / 2) + $this->GArea_X1 + ($TextWidth / 2);
872 new Point($this->GArea_X2, $YPos),
892 $ColCount = floor ( ($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth );
896 if ($XPos > $this->GArea_X1 && $XPos < $this->GArea_X2)
1127 new Point($this->GArea_X2, $Y),
1134 new Point($this->GArea_X2, $Y),
1148 $position = new Point($this->GArea_X2 + 2,
1557 new Point($this->GArea_X2,
1579 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1619 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
1714 if ($XPos < ($this->GArea_X2 - $this->GAreaXOffset)) {
1718 new Point($this->GArea_X2 - $this->GAreaXOffset,
1766 $LayerWidth = $this->GArea_X2 - $this->GArea_X1;
1916 $LayerWidth = $this->GArea_X2 - $this->GArea_X1;
2040 if ($X2 >= $this->GArea_X2) {
2041 $X2 = $this->GArea_X2 - 1;
2058 new Point($this->GArea_X2,
2203 $graphAreaMax = new Point($this->GArea_X2, $this->GArea_Y2);
2234 if ($X2 >= $this->GArea_X2) {
2235 $X2 = $this->GArea_X2 - 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;
2664 new Point($this->GArea_X2 - 1, $this->GArea_Y2),