Lines Matching refs:Value

380             $Value = $this->VMin + ($i - 1) * (($this->VMax - $this->VMin) / $Divisions);
381 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
382 $Value = $this->convertValueForDisplay(
383 $Value,
388 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
398 $Value,
412 $Value,
464 $Value = $Values[$Data->getDataDescription()->getPosition()];
465 $Value = $this->convertValueForDisplay(
466 $Value,
471 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
484 $Value,
497 $Value,
508 $Value,
578 $Value = $Values[$ColName];
580 if(is_numeric($Value)) {
581 if($this->VMax < $Value) {
582 $this->VMax = $Value;
584 if($this->VMin > $Value) {
585 $this->VMin = $Value;
601 $Value = $Values[$ColName];
602 if(is_numeric($Value))
603 $Sum += $Value;
711 $Value = $this->VMin + ($i - 1) * (($this->VMax - $this->VMin) / $Divisions);
712 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
713 $Value = $this->convertValueForDisplay(
714 $Value,
719 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
728 $Value,
783 $Value = $this->VXMin + ($i - 1) * (($this->VXMax - $this->VXMin) / $XDivisions);
784 $Value = round($Value * pow(10, $Decimals)) / pow(10, $Decimals);
786 $Value = $this->convertValueForDisplay(
787 $Value,
792 $Position = imageftbbox($this->FontSize, $Angle, $this->FontName, $Value);
805 $Value,
818 $Value,
829 $Value,
980 foreach($DataDescription->description as $Value) {
981 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1016 foreach($DataDescription->description as $Key => $Value) {
1017 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1052 foreach($DataDescription->description as $Key => $Value) {
1071 $Value,
1075 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) {
1095 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1101 $Position = imageftbbox($this->FontSize, 0, $this->FontName, $Value);
1112 $Value,
1202 function drawTreshold($Value, Color $color, $ShowLabel = FALSE, $ShowOnRight = FALSE, $TickWidth = 4, $FreeText = NULL) {
1203 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1229 $Label = $Value;
1268 foreach($Data as $Value) {
1269 if($Value[$DataDescription->getPosition()] == $ValueName) {
1270 $NumericalValue = $Value[$SerieName];
1405 $Value = $Values[$ColName];
1406 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1412 if(is_numeric($Value)) {
1621 $Value = $Values[$Serie];
1622 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1624 $Positions = imagettfbbox($this->FontSize, 0, $this->FontName, $Value);
1635 $Value,
1664 $Value = $Values[$ColName];
1665 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1671 if(!is_numeric($Value)) {
1690 if(!is_numeric($Value)) {
1824 $Value = $a * $YIn [$klo] + $b * $YIn [$khi] + (($a * $a * $a - $a) * $Yt [$klo] + ($b * $b * $b - $b) * $Yt [$khi]) * ($h * $h) / 6;
1826 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1961 $Value = $a * $YIn [$klo] + $b * $YIn [$khi] + (($a * $a * $a - $a) * $Yt [$klo] + ($b * $b * $b - $b) * $Yt [$khi]) * ($h * $h) / 6;
1963 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2085 $Value = $Data [$Key] [$ColName];
2086 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2092 if(!is_numeric($Value)) {
2172 $Value = $Data [$Key] [$ColName];
2173 if(is_numeric($Value)) {
2174 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2251 $Value = $Data [$Key] [$ColName];
2252 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2315 $Value = $Data [$Key] [$ColName];
2318 $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2320 $LastValue [$Key] += $Value;
2322 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2324 $LastValue [$Key] = $Value;
2690 $Value = $Data [$Key] [$ColName];
2691 $Strength = ($Radius / $MaxValue) * $Value;
2759 $Value = $Data [$Key] [$ColName];
2760 if(!is_numeric($Value)) {
2761 $Value = 0;
2763 $Strength = ($Radius / $MaxValue) * $Value;
3013 foreach($DataDescription->values as $key => $Value) {
3014 $DataDescription->description[$Value] = $Value;
3020 foreach($DataDescription->values as $key => $Value) {
3021 if(!isset ($DataDescription->description[$Value]))
3022 $DataDescription->description[$Value] = $Value;
3035 foreach($Values as $key2 => $Value) {
3046 foreach($DataSummary as $key => $Value) {
3047 if($Value < max($DataSummary)) {
3061 foreach($this->Errors as $key => $Value)
3062 echo $Value."\r\n";
3065 foreach($this->Errors as $key => $Value) {
3066 $Position = imageftbbox($this->ErrorFontSize, 0, $this->ErrorFontName, $Value);
3097 foreach($this->Errors as $key => $Value) {
3105 $Value,
3124 function addToImageMap($X1, $Y1, $X2, $Y2, $SerieName, $Value, $CallerFunction) {
3126 $this->ImageMap [] = round($X1).",".round($Y1).",".round($X2).",".round($Y2).",".$SerieName.",".$Value;
3137 $Value = explode("\?", $Values);
3138 $FileName = $Value [0];
3174 foreach($this->ImageMap as $Value)
3175 fwrite($Handle, htmlentities($Value)."\r");
3190 function ToDate($Value) {
3191 return (date($this->DateFormat, $Value));
3197 static private function isRealInt($Value) {
3198 if($Value == floor($Value))