Searched refs:ImageMap (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 58 protected $ImageMap = NULL; variable in pChart 2910 …$this->ImageMap [] = round ( $X1 ) . "," . round ( $Y1 ) . "," . round ( $X2 ) . "," . round ( $Y2… 2948 if ($this->ImageMap == NULL) { 2958 foreach ( $this->ImageMap as $Value )
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 56 protected $ImageMap = NULL; variable in pChart 3126 $this->ImageMap [] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$Value; 3164 if($this->ImageMap == NULL) { 3174 foreach($this->ImageMap as $Value)
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 134 var $ImageMap = NULL; variable in pChart 3357 …$this->ImageMap[] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$V… 3394 if ( $this->ImageMap == NULL ) 3408 foreach($this->ImageMap as $Key => $Value)
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 134 var $ImageMap = NULL; variable in pChart 3382 …$this->ImageMap[] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$V… 3419 if ( $this->ImageMap == NULL ) 3433 foreach($this->ImageMap as $Key => $Value)
|