Home
last modified time | relevance | path

Searched refs:GArea_X1 (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/pchart/
DpChart.php68 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),
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php144 var $GArea_X1 = NULL; variable in pChart
310 $this->GArea_X1 = $X1;
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,$…
331 for($i=$this->GArea_X1-$SkewWidth;$i<=$this->GArea_X2;$i=$i+4)
337 if ( $X1 < $this->GArea_X1 )
338 { $X1 = $this->GArea_X1; $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1; }
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);
517 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / (count($Data)-1);
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php144 var $GArea_X1 = NULL; variable in pChart
310 $this->GArea_X1 = $X1;
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,$…
331 for($i=$this->GArea_X1-$SkewWidth;$i<=$this->GArea_X2;$i=$i+4)
337 if ( $X1 < $this->GArea_X1 )
338 { $X1 = $this->GArea_X1; $Y1 = $this->GArea_Y1 + $X2 - $this->GArea_X1 + 1; }
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);
517 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / (count($Data)-1);
[all …]