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;
1137 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1180 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1241 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1309 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1364 $YPos1 = $LayerHeight - (($Value1-$this->VMin) * $this->DivisionRatio);
1365 $YPos2 = $LayerHeight - (($Value2-$this->VMin) * $this->DivisionRatio);
1412 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1450 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1482 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1569 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1583 $YPos = $this->GArea_Y2 - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1601 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1676 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1713 $YPos = $LayerHeight - (($YIn[$Index]-$this->VMin) * $this->DivisionRatio);
1787 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1794 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1877 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1886 $YPos = $LayerHeight - (($Value-$this->VMin) * $this->DivisionRatio);
1891 …Pos + $XWidth + $this->GArea_X1); $Y2 = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1927 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1946 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
1980 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
2002 … $YPos = $this->GArea_Y2 - ((($Value+$LastValue[$Key])-$this->VMin) * $this->DivisionRatio);
2003 $YBottom = $this->GArea_Y2 - (($LastValue[$Key]-$this->VMin) * $this->DivisionRatio);
2008 $YPos = $this->GArea_Y2 - (($Value-$this->VMin) * $this->DivisionRatio);
2056 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
2062 $YPos = $this->GArea_Y2 - (($Min-$this->VMin) * $this->DivisionRatio);