Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php74 protected $VMin = NULL; variable in pChart
273 $this->VMin = NULL;
284 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) { argument
285 $this->VMin = $VMin;
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);
533 $this->VMin = $dataArray[0] [$Data->getDataDescription()->values[0]];
536 $this->VMin = 2147483647;
544 $this->VMin = 0;
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php150 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; }
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php150 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; }
[all …]