Lines Matching defs:DivisionRatio

81     protected $DivisionRatio = NULL;
338 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
698 $this->DivisionRatio = ($this->GArea_Y2 - $this->GArea_Y1) / $DataRange;
1203 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1278 $YPos = $this->GArea_Y2 - ($NumericalValue - $this->VMin) * $this->DivisionRatio;
1406 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1491 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1572 $YPos1 = $LayerHeight - (($Value1 - $this->VMin) * $this->DivisionRatio);
1573 $YPos2 = $LayerHeight - (($Value2 - $this->VMin) * $this->DivisionRatio);
1622 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1665 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1716 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1826 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
1850 $YPos = $this->GArea_Y2 - (($YIn [$Index] - $this->VMin) * $this->DivisionRatio);
1907 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
1963 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2007 $YPos = $LayerHeight - (($YIn [$numElements] - $this->VMin) * $this->DivisionRatio);
2078 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
2086 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2169 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
2174 $YPos = $LayerHeight - (($Value - $this->VMin) * $this->DivisionRatio);
2190 $Y2 = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2237 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2252 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2301 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
2318 $YPos = $this->GArea_Y2 - ((($Value + $LastValue [$Key]) - $this->VMin) * $this->DivisionRatio);
2319 $YBottom = $this->GArea_Y2 - (($LastValue [$Key] - $this->VMin) * $this->DivisionRatio);
2322 $YPos = $this->GArea_Y2 - (($Value - $this->VMin) * $this->DivisionRatio);
2389 $YPos = $this->GArea_Y2 - (($Max - $this->VMin) * $this->DivisionRatio);
2400 $YPos = $this->GArea_Y2 - (($Min - $this->VMin) * $this->DivisionRatio);