Home
last modified time | relevance | path

Searched refs:VMax (Results 1 – 4 of 4) sorted by relevance

/plugin/statdisplay/pchart/
H A DpChart.php73 protected $VMax = NULL; variable in pChart
274 $this->VMax = NULL;
286 $this->VMax = $VMax;
554 $this->VMax = $Value;
579 $this->VMax = $Sum;
587 $this->VMax = ceil($this->VMax);
591 if ($this->VMax >= 0) {
592 $this->VMax ++;
641 $this->VMax = ceil($this->VMax);
651 $this->VMax,
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php71 protected $VMax = NULL; variable in pChart
271 $this->VMax = NULL;
281 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) { argument
283 $this->VMax = $VMax;
325 if($this->VMin == NULL && $this->VMax == NULL) {
332 $DataRange = $this->VMax - $this->VMin;
380 $Value = $this->VMin + ($i - 1) * (($this->VMax - $this->VMin) / $Divisions);
561 $this->VMax = $dataArray[0] [$Data->getDataDescription()->values[0]];
564 $this->VMax
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php363 $this->VMax = $VMax;
415 if ( $this->VMax < $Value) { $this->VMax = $Value; }
438 if ( $this->VMax < $Sum) { $this->VMax = $Sum; }
443 if ( $this->VMax > preg_replace('/\.[0-9]+/','',$this->VMax) )
444 $this->VMax = preg_replace('/\.[0-9]+/','',$this->VMax)+1;
449 if ( $this->VMax >= 0 ) { $this->VMax++; }
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
662 if ( $this->VMax < $Value) { $this->VMax = $Value; }
667 if ( $this->VMax > preg_replace('/\.[0-9]+/','',$this->VMax) )
668 $this->VMax = preg_replace('/\.[0-9]+/','',$this->VMax)+1;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php363 $this->VMax = $VMax;
415 if ( $this->VMax < $Value) { $this->VMax = $Value; }
438 if ( $this->VMax < $Sum) { $this->VMax = $Sum; }
443 if ( $this->VMax > preg_replace('/\.[0-9]+/','',$this->VMax) )
444 $this->VMax = preg_replace('/\.[0-9]+/','',$this->VMax)+1;
449 if ( $this->VMax >= 0 ) { $this->VMax++; }
479 if ( floor($this->VMax / $Scale / $Factor) != $this->VMax / $Scale / $Factor)
662 if ( $this->VMax < $Value) { $this->VMax = $Value; }
667 if ( $this->VMax > preg_replace('/\.[0-9]+/','',$this->VMax) )
668 $this->VMax = preg_replace('/\.[0-9]+/','',$this->VMax)+1;
[all …]