Home
last modified time | relevance | path

Searched refs:GArea_X2 (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php70 protected $GArea_X2 = NULL; variable in pChart
214 $this->GArea_X2 = $X2;
249 if ($X2 >= $this->GArea_X2) {
251 $X2 = $this->GArea_X2 - 1;
386 new Point($this->GArea_X2 + 10,
1557 new Point($this->GArea_X2,
2040 if ($X2 >= $this->GArea_X2) {
2041 $X2 = $this->GArea_X2 - 1;
2058 new Point($this->GArea_X2,
2234 if ($X2 >= $this->GArea_X2) {
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php68 protected $GArea_X2 = NULL; variable in pChart
205 $this->GArea_X2 = $X2;
215 new Point($this->GArea_X2, $this->GArea_Y2),
221 new Point($this->GArea_X2, $this->GArea_Y2),
233 for($i = $this->GArea_X1 - $SkewWidth; $i <= $this->GArea_X2; $i = $i + 4) {
244 if($X2 >= $this->GArea_X2) {
245 $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 + 1;
246 $X2 = $this->GArea_X2 - 1;
318 new Point($this->GArea_X2, $this->GArea_Y2),
343 $this->DivisionWidth = ($this->GArea_X2
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php146 var $GArea_X2 = NULL; variable in pChart
312 $this->GArea_X2 = $X2;
340 if ( $X2 >= $this->GArea_X2 )
341 { $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 +1; $X2 = $this->GArea_X2 - 1; }
539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B);
562 …if ( $XMin < $this->GArea_X2+15+$TextWidth || $XMin == NULL ) { $XMin = $this->GArea_X2+15+$TextWi…
1348 $LayerWidth = $this->GArea_X2-$this->GArea_X1;
1599 $LayerWidth = $this->GArea_X2-$this->GArea_X1;
1766 $LayerWidth = $this->GArea_X2-$this->GArea_X1;
1893 if ( $X2 >= $this->GArea_X2 ) { $X2 = $this->GArea_X2 - 1; }
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php146 var $GArea_X2 = NULL; variable in pChart
312 $this->GArea_X2 = $X2;
340 if ( $X2 >= $this->GArea_X2 )
341 { $Y2 = $this->GArea_Y1 + $X2 - $this->GArea_X2 +1; $X2 = $this->GArea_X2 - 1; }
539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B);
562 …if ( $XMin < $this->GArea_X2+15+$TextWidth || $XMin == NULL ) { $XMin = $this->GArea_X2+15+$TextWi…
1372 $LayerWidth = $this->GArea_X2-$this->GArea_X1;
1624 $LayerWidth = $this->GArea_X2-$this->GArea_X1;
1791 $LayerWidth = $this->GArea_X2-$this->GArea_X1;
1918 if ( $X2 >= $this->GArea_X2 ) { $X2 = $this->GArea_X2 - 1; }
[all …]