Home
last modified time | relevance | path

Searched refs:DivisionRatio (Results 1 – 3 of 3) sorted by relevance

/plugin/statdisplay/pchart/
DpChart.php83 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);
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php159 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);
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php159 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);
[all …]