Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php84 protected $XDivisionRatio = NULL; variable in pChart
727 $this->XDivisionRatio = ($this->GArea_X2 - $this->GArea_X1) / $XDataRange;
1381 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
1589 $X = $this->GArea_X1 + (($X - $this->VXMin) * $this->XDivisionRatio);
/plugin/projects/pchart/pchart/
Dpchart.php160 var $XDivisionRatio = NULL; variable in pChart
838 $this->XDivisionRatio = ( $this->GArea_X2 - $this->GArea_X1 ) / $XDataRange;
1310 $X = $this->GArea_X1 + (($X-$this->VXMin) * $this->XDivisionRatio);
1483 $X = $this->GArea_X1 + (($X-$this->VXMin) * $this->XDivisionRatio);
/plugin/charter/lib/pchart/
DpChart.class.php160 var $XDivisionRatio = NULL; variable in pChart
838 $this->XDivisionRatio = ( $this->GArea_X2 - $this->GArea_X1 ) / $XDataRange;
1334 $X = $this->GArea_X1 + (($X-$this->VXMin) * $this->XDivisionRatio);
1507 $X = $this->GArea_X1 + (($X-$this->VXMin) * $this->XDivisionRatio);