Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php73 protected $VMax = NULL; variable in pChart
274 $this->VMax = NULL;
284 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) { argument
286 $this->VMax = $VMax;
324 if ($this->VMin == NULL && $this->VMax == NULL) {
331 $DataRange = $this->VMax - $this->VMin;
375 $Value = $this->VMin + ($i - 1) * (($this->VMax - $this->VMin) / $Divisions);
534 $this->VMax = $dataArray[0] [$Data->getDataDescription()->values[0]];
537 $this->VMax = - 2147483647;
553 if ($this->VMax < $Value) {
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php149 var $VMax = NULL; variable in pChart
353 $this->VMax = NULL;
360 function setFixedScale($VMin,$VMax,$Divisions=5,$VXMin=0,$VXMax=0,$XDivisions=5) argument
363 $this->VMax = $VMax;
391 if ( $this->VMin == NULL && $this->VMax == NULL)
396 $this->VMax = $Data[0][$DataDescription["Values"][0]];
398 else { $this->VMin = 2147483647; $this->VMax = -2147483647; }
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) )
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php149 var $VMax = NULL; variable in pChart
353 $this->VMax = NULL;
360 function setFixedScale($VMin,$VMax,$Divisions=5,$VXMin=0,$VXMax=0,$XDivisions=5) argument
363 $this->VMax = $VMax;
391 if ( $this->VMin == NULL && $this->VMax == NULL)
396 $this->VMax = $Data[0][$DataDescription["Values"][0]];
398 else { $this->VMin = 2147483647; $this->VMax = -2147483647; }
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) )
[all …]