Home
last modified time | relevance | path

Searched refs:Serie (Results 1 – 12 of 12) sorted by relevance

/plugin/projects/pchart/pchart/
H A Dpdata.php113 function AddPoint($Value,$Serie="Serie1",$Description="") argument
120 { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } }
124 $this->Data[$ID][$Serie] = $Value;
134 $this->Data[$ID][$Serie] = $Val;
H A Dpcache.php112 foreach($Values as $Serie => $Value)
113 $tKey = $tKey.$Serie.$Value;
H A Dpchart.php1399 foreach($Series as $Key => $Serie)
1403 { if ( $keyI == $Serie ) { $ColorID = $ID; }; $ID++; }
1409 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
1411 $Value = $Data[$Key][$Serie];
/plugin/charter/lib/pchart/
H A DpData.class.php120 function AddPoint($Value,$Serie="Serie1",$Description="") argument
127 { if(isset($this->Data[$i][$Serie])) { $ID = $i+1; } }
131 $this->Data[$ID][$Serie] = $Value;
141 $this->Data[$ID][$Serie] = $Val;
H A DpCache.class.php112 foreach($Values as $Serie => $Value)
113 $tKey = $tKey.$Serie.$Value;
H A DpChart.class.php1423 foreach($Series as $Key => $Serie)
1427 { if ( $keyI == $Serie ) { $ColorID = $ID; }; $ID++; }
1433 if ( isset($Data[$Key][$Serie]) && is_numeric($Data[$Key][$Serie]))
1435 $Value = $Data[$Key][$Serie];
/plugin/statistics/inc/pchart/
H A DpData.php70 public function addPoints(array $Value, $Serie = "Series1", $Description = "") { argument
73 if(isset ($this->Data [$i] [$Serie])) {
79 $this->Data [$ID] [$Serie] = $Val;
H A DpCache.php108 foreach($Values as $Serie => $Value)
109 $tKey = $tKey.$Serie.$Value;
H A DpChart.php1614 foreach($Series as $Serie) {
1615 $ColorID = $DataDescription->getColumnIndex($Serie);
1620 if(isset ($Values[$Serie]) && is_numeric($Values[$Serie])) {
1621 $Value = $Values[$Serie];
/plugin/statdisplay/pchart/
H A DpCache.php111 foreach ( $Values as $Serie => $Value )
112 $tKey = $tKey . $Serie . $Value;
H A DpData.php69 public function addPoints(array $Value, $Serie = "Series1", $Description = "") { argument
72 if (isset ( $this->Data [$i] [$Serie] )) {
78 $this->Data [$ID] [$Serie] = $Val;
H A DpChart.php1491 foreach ( $Series as $Serie ) {
1492 $ColorID = $DataDescription->getColumnIndex($Serie);
1497 if (isset ( $Values[$Serie] ) && is_numeric ( $Values[$Serie] )) {
1498 $Value = $Values[$Serie];