Lines Matching defs:VXMin
74 protected $VXMin = NULL;
272 $this->VXMin = NULL;
281 function setFixedScale($VMin, $VMax, $Divisions = 5, $VXMin = 0, $VXMax = 0, $XDivisions = 5) {
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;
783 $Value = $this->VXMin + ($i - 1) * (($this->VXMax - $this->VXMin) / $XDivisions);
1492 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
1717 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);