Lines Matching defs:Value
65 * @param $Value If this is an associative array the key values
70 public function addPoints(array $Value, $Serie = "Series1", $Description = "") {
78 foreach($Value as $Val) {
94 foreach($this->dataDescription->values as $Value)
95 if($Value == $SerieName) {
120 foreach($this->dataDescription->values as $key => $Value) {
121 if($Value == $SerieName)
246 $Value = $this->Data[$Key] [$colName];
248 $yIn [$index] = $Value;
249 if(!is_numeric($Value)) {