Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DpChart.php85 protected $DivisionWidth = NULL; variable in pChart
495 $XPos = $XPos + $this->DivisionWidth;
788 $XPos = $XPos + $this->DivisionWidth;
903 $XPos = $XPos + $this->DivisionWidth;
1348 $XPos = $XPos + $this->DivisionWidth;
1475 $XPos = $XPos + $this->DivisionWidth;
1514 $XPos = $XPos + $this->DivisionWidth;
2015 $XWidth = $this->DivisionWidth / 4;
2137 $SeriesWidth = $this->DivisionWidth;
2199 $XWidth = $this->DivisionWidth / 4;
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php83 protected $DivisionWidth = NULL; variable in pChart
343 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()) - 1);
345 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count($Data->getData()));
346 $this->GAreaXOffset = $this->DivisionWidth / 2;
349 $this->DivisionWidth = $this->GArea_X2 - $this->GArea_X1;
350 $this->GAreaXOffset = $this->DivisionWidth / 2;
518 $XPos = $XPos + $this->DivisionWidth;
768 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / $XDivisions;
839 $XPos = $XPos + $this->DivisionWidth;
949 $XPos = $this->GArea_X1 + $this->DivisionWidth
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php161 var $DivisionWidth = NULL; variable in pChart
626 $XPos = $XPos + $this->DivisionWidth;
878 $XPos = $XPos + $this->DivisionWidth;
954 $XPos = $XPos + $this->DivisionWidth;
1287 $XPos = $XPos + $this->DivisionWidth;
1382 $XPos = $XPos + $this->DivisionWidth;
1421 $XPos = $XPos + $this->DivisionWidth;
1875 $XWidth = $this->DivisionWidth / 4;
1976 $SeriesWidth = $this->DivisionWidth;
2033 $XWidth = $this->DivisionWidth / 4;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php161 var $DivisionWidth = NULL; variable in pChart
626 $XPos = $XPos + $this->DivisionWidth;
878 $XPos = $XPos + $this->DivisionWidth;
954 $XPos = $XPos + $this->DivisionWidth;
1311 $XPos = $XPos + $this->DivisionWidth;
1406 $XPos = $XPos + $this->DivisionWidth;
1445 $XPos = $XPos + $this->DivisionWidth;
1900 $XWidth = $this->DivisionWidth / 4;
2001 $SeriesWidth = $this->DivisionWidth;
2058 $XWidth = $this->DivisionWidth / 4;
[all …]