Lines Matching defs:VXMax
73 protected $VXMax = NULL;
273 $this->VXMax = NULL;
281 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) {
288 $this->VXMax = $VXMax;
740 if($this->VXMin == NULL && $this->VXMax == NULL) {
741 $this->VXMax = $Data->getSeriesMax($XSerieName);
744 $this->VXMax = ceil($this->VXMax);
754 $this->VXMin, $this->VXMax,
763 $XDataRange = $this->VXMax - $this->VXMin;
783 $Value = $this->VXMin + ($i - 1) * (($this->VXMax - $this->VXMin) / $XDivisions);