Lines Matching refs:DivisionRatio

159    var $DivisionRatio   = NULL;  variable in pChart
511 $this->DivisionRatio = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $DataRange;
730 $this->DivisionRatio = ( $this->GArea_Y2 - $this->GArea_Y1 ) / $DataRange;
1161 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1204 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1265 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1333 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1388 $YPos1 = $LayerHeight - (($Value1-$this->VMin) * $this->DivisionRatio);
1389 $YPos2 = $LayerHeight - (($Value2-$this->VMin) * $this->DivisionRatio);
1436 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1474 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1506 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1594 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1608 $YPos = $this->GArea_Y2 - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1626 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1701 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1738 $YPos = $LayerHeight - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1812 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1819 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1902 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1911 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1916 …Pos + $XWidth + $this->GArea_X1); $Y2 = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1952 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1971 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2005 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
2027 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2028 $YBottom = $this->GArea_Y2 - (($LastValue[$Key]-$this->VMin) * $this->DivisionRatio);
2033 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2081 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
2087 $YPos = $this->GArea_Y2 - (($Min-$this->VMin) * $this->DivisionRatio);