Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A 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;
1380 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1588 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1768 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
1930 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
2017 $YZero = $LayerHeight - ((0 - $this->VMin) * $this->DivisionRatio);
2081 $YZero = $this->GArea_Y2 - ((0 - $this->VMin) * $this->DivisionRatio);
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php81 protected $DivisionRatio = NULL; variable in pChart
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);
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php159 var $DivisionRatio = NULL; variable in pChart
1137 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1309 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1482 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1601 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1787 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1877 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1927 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
1980 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
2056 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php159 var $DivisionRatio = NULL; variable in pChart
1161 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1333 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1506 $Y = $this->GArea_Y2 - (($Y-$this->VMin) * $this->DivisionRatio);
1626 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1812 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1902 $YZero = $LayerHeight - ((0-$this->VMin) * $this->DivisionRatio);
1952 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
2005 $YZero = $this->GArea_Y2 - ((0-$this->VMin) * $this->DivisionRatio);
2081 $YPos = $this->GArea_Y2 - (($Max-$this->VMin) * $this->DivisionRatio);
[all …]