Searched refs:VXMin (Results 1 – 3 of 3) sorted by relevance
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 152 var $VXMin = NULL; variable in pChart 354 $this->VXMin = NULL; 360 function setFixedScale($VMin,$VMax,$Divisions=5,$VXMin=0,$VXMax=0,$XDivisions=5) argument 366 if ( !$VXMin == 0 ) 368 $this->VXMin = $VXMin; 759 if ( $this->VXMin == NULL && $this->VXMax == NULL) 761 $this->VXMin = $Data[0][$XSerieName] + 0; 770 if ( $this->VXMin > $Value) { $this->VXMin = $Value; } 784 if ( $this->VXMin == 0 && $this->VXMax == 0 ) 785 { $this->VXMin = 0; $this->VXMax = 2; $Scale = 1; $XDivisions = 2;} [all …]
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 152 var $VXMin = NULL; variable in pChart 354 $this->VXMin = NULL; 360 function setFixedScale($VMin,$VMax,$Divisions=5,$VXMin=0,$VXMax=0,$XDivisions=5) argument 366 if ( !$VXMin == 0 ) 368 $this->VXMin = $VXMin; 759 if ( $this->VXMin == NULL && $this->VXMax == NULL) 761 $this->VXMin = $Data[0][$XSerieName]; 770 if ( $this->VXMin > $Value) { $this->VXMin = $Value; } 784 if ( $this->VXMin == 0 && $this->VXMax == 0 ) 785 { $this->VXMin = 0; $this->VXMax = 2; $Scale = 1; $XDivisions = 2;} [all …]
|
| /plugin/statdisplay/pchart/ |
| D | pChart.php | 76 protected $VXMin = NULL; variable in pChart 275 $this->VXMin = NULL; 284 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) { argument 289 if (! $VXMin == 0) { 290 $this->VXMin = $VXMin; 700 if ($this->VXMin == NULL && $this->VXMax == NULL) { 702 $this->VXMin = $Data->getSeriesMin($XSerieName); 713 $this->VXMin, $this->VXMax, 721 $XDataRange = $this->VXMax - $this->VXMin; 739 $Value = $this->VXMin + ($i - 1) * (($this->VXMax - $this->VXMin) / $XDivisions); [all …]
|