Lines Matching refs:VMin

150    var $VMin            = NULL;  variable in pChart
352 $this->VMin = NULL;
360 function setFixedScale($VMin,$VMax,$Divisions=5,$VXMin=0,$VXMax=0,$XDivisions=5) argument
362 $this->VMin = $VMin;
391 if ( $this->VMin == NULL && $this->VMax == NULL)
395 $this->VMin = $Data[0][$DataDescription["Values"][0]];
398 else { $this->VMin = 2147483647; $this->VMax = -2147483647; }
403 if ( $ScaleMode == SCALE_START0 ) { $this->VMin = 0; }
416 if ( $this->VMin > $Value) { $this->VMin = $Value; }
424 if ( $ScaleMode == SCALE_ADDALLSTART0 ) { $this->VMin = 0; }
439 if ( $this->VMin > $Sum) { $this->VMin = $Sum; }
447 if ( $this->VMax == $this->VMin )
450 else { $this->VMin--; }
453 $DataRange = $this->VMax - $this->VMin;
460 if ( $this->VMin == 0 && $this->VMax == 0 )
461 { $this->VMin = 0; $this->VMax = 2; $Scale = 1; $Divisions = 2;}
466 $Scale1 = ( $this->VMax - $this->VMin ) / $Factor;
467 $Scale2 = ( $this->VMax - $this->VMin ) / $Factor / 2;
468 $Scale4 = ( $this->VMax - $this->VMin ) / $Factor / 4;
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
488 $GridID = floor( $this->VMin / $Scale / $Factor);
489 $this->VMin = $GridID * $Scale * $Factor;
507 $DataRange = $this->VMax - $this->VMin;
543 $Value = $this->VMin + ($i-1) * (( $this->VMax - $this->VMin ) / $Divisions);
652 if ( $this->VMin == NULL && $this->VMax == NULL)
654 $this->VMin = $Data[0][$YSerieName];
663 if ( $this->VMin > $Value) { $this->VMin = $Value; }
670 $DataRange = $this->VMax - $this->VMin;
677 if ( $this->VMin == 0 && $this->VMax == 0 )
678 { $this->VMin = 0; $this->VMax = 2; $Scale = 1; $Divisions = 2;}
683 $Scale1 = ( $this->VMax - $this->VMin ) / $Factor;
684 $Scale2 = ( $this->VMax - $this->VMin ) / $Factor / 2;
685 $Scale4 = ( $this->VMax - $this->VMin ) / $Factor / 4;
703 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
705 $GridID = floor( $this->VMin / $Scale / $Factor);
706 $this->VMin = $GridID * $Scale * $Factor;
716 if ( $this->isRealInt(($this->VMax-$this->VMin)/($Divisions-1)))
718 elseif ( $this->isRealInt(($this->VMax-$this->VMin)/($Divisions+1)))
726 $DataRange = $this->VMax - $this->VMin;
736 $Value = $this->VMin + ($i-1) * (( $this->VMax - $this->VMin ) / $Divisions);
777 $DataRange = $this->VMax - $this->VMin;
1161 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1204 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1265 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1333 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1388 $YPos1 = $LayerHeight - (($Value1-$this->VMin) * $this->DivisionRatio);
1389 $YPos2 = $LayerHeight - (($Value2-$this->VMin) * $this->DivisionRatio);
1436 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1474 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1506 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1594 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1608 $YPos = $this->GArea_Y2 - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1626 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1701 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1738 $YPos = $LayerHeight - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1812 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1819 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1902 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1911 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1916 …or($XPos + $XWidth + $this->GArea_X1); $Y2 = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionR…
1952 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1971 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2005 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
2027 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2028 $YBottom = $this->GArea_Y2 - (($LastValue[$Key]-$this->VMin) * $this->DivisionRatio);
2033 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2081 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
2087 $YPos = $this->GArea_Y2 - (($Min-$this->VMin) * $this->DivisionRatio);