Home
last modified time | relevance | path

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

/plugin/projects/pchart/pchart/
H A Dpchart.php152 var $VXMin = NULL; variable in pChart
354 $this->VXMin = NULL;
366 if ( !$VXMin == 0 )
368 $this->VXMin = $VXMin;
761 $this->VXMin = $Data[0][$XSerieName] + 0;
770 if ( $this->VXMin > $Value) { $this->VXMin = $Value; }
784 if ( $this->VXMin == 0 && $this->VXMax == 0 )
810 if ( floor($this->VXMin / $Scale / $Factor) != $this->VXMin / $Scale / $Factor)
813 $this->VXMin = $GridID * $Scale * $Factor;
834 $XDataRange = $this->VXMax - $this->VXMin;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php152 var $VXMin = NULL; variable in pChart
354 $this->VXMin = NULL;
366 if ( !$VXMin == 0 )
368 $this->VXMin = $VXMin;
761 $this->VXMin = $Data[0][$XSerieName];
770 if ( $this->VXMin > $Value) { $this->VXMin = $Value; }
784 if ( $this->VXMin == 0 && $this->VXMax == 0 )
810 if ( floor($this->VXMin / $Scale / $Factor) != $this->VXMin / $Scale / $Factor)
813 $this->VXMin = $GridID * $Scale * $Factor;
834 $XDataRange = $this->VXMax - $this->VXMin;
[all …]
/plugin/statdisplay/pchart/
H A DpChart.php76 protected $VXMin = NULL; variable in pChart
275 $this->VXMin = NULL;
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);
1381 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php74 protected $VXMin = NULL; variable in pChart
272 $this->VXMin = NULL;
281 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) { argument
286 if(!$VXMin == 0) {
287 $this->VXMin = $VXMin;
740 if($this->VXMin == NULL && $this->VXMax == NULL) {
742 $this->VXMin = $Data->getSeriesMin($XSerieName);
754 $this->VXMin, $this->VXMax,
763 $XDataRange = $this->VXMax - $this->VXMin;
[all...]