Lines Matching refs:DivisionRatio

83 	protected $DivisionRatio = NULL;  variable in pChart
337 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
664 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
1120 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1190 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1291 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1380 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1451 $YPos1 = $LayerHeight - (($Value1 - $this->VMin) * $this->DivisionRatio);
1452 $YPos2 = $LayerHeight - (($Value2 - $this->VMin) * $this->DivisionRatio);
1499 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1539 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1588 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1693 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1715 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1768 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
1824 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
1863 $YPos = $LayerHeight - (($YIn [$numElements] - $this->VMin) * $this->DivisionRatio);
1930 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
1938 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2017 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
2022 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2036 $Y2 = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2081 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2096 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2141 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2158 … $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2159 $YBottom = $this->GArea_Y2 - (($LastValue [$Key] - $this->VMin) * $this->DivisionRatio);
2162 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2227 $YPos = $this->GArea_Y2 - (($Max - $this->VMin) * $this->DivisionRatio);
2238 $YPos = $this->GArea_Y2 - (($Min - $this->VMin) * $this->DivisionRatio);