Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DpChart.php74 protected $VMin = NULL; variable in pChart
273 $this->VMin = NULL;
285 $this->VMin = $VMin;
375 $Value = $this->VMin + ($i - 1) * (($this->VMax - $this->VMin) / $Divisions);
544 $this->VMin = 0;
565 $this->VMin = 0;
582 $this->VMin = $Sum;
594 $this->VMin --;
650 $this->VMin,
675 $Value = $this->VMin + ($i - 1) * (($this->VMax - $this->VMin) / $Divisions);
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php72 protected $VMin = NULL; variable in pChart
270 $this->VMin = NULL;
281 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) { argument
282 $this->VMin = $VMin;
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);
560 $this->VMin
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php150 var $VMin = NULL; variable in pChart
352 $this->VMin = NULL;
362 $this->VMin = $VMin;
416 if ( $this->VMin > $Value) { $this->VMin = $Value; }
439 if ( $this->VMin > $Sum) { $this->VMin = $Sum; }
450 else { $this->VMin--; }
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
543 $Value = $this->VMin + ($i-1) * (( $this->VMax - $this->VMin ) / $Divisions);
663 if ( $this->VMin > $Value) { $this->VMin = $Value; }
703 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php150 var $VMin = NULL; variable in pChart
352 $this->VMin = NULL;
362 $this->VMin = $VMin;
416 if ( $this->VMin > $Value) { $this->VMin = $Value; }
439 if ( $this->VMin > $Sum) { $this->VMin = $Sum; }
450 else { $this->VMin--; }
486 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
543 $Value = $this->VMin + ($i-1) * (( $this->VMax - $this->VMin ) / $Divisions);
663 if ( $this->VMin > $Value) { $this->VMin = $Value; }
703 if ( floor($this->VMin / $Scale / $Factor) != $this->VMin / $Scale / $Factor)
[all …]