Lines Matching refs:VXMin
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);
1381 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
1589 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);