Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php58 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/projects/pchart/pchart/
Dpchart.php134 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/
DpChart.class.php134 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)