Lines Matching refs:DivisionWidth

85 	protected $DivisionWidth = NULL;  variable in pChart
342 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count ( $Data->getData() ) - 1);
344 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / (count ( $Data->getData() ));
345 $this->GAreaXOffset = $this->DivisionWidth / 2;
348 $this->DivisionWidth = $this->GArea_X2 - $this->GArea_X1;
349 $this->GAreaXOffset = $this->DivisionWidth / 2;
495 $XPos = $XPos + $this->DivisionWidth;
726 $this->DivisionWidth = ($this->GArea_X2 - $this->GArea_X1) / $XDivisions;
788 $XPos = $XPos + $this->DivisionWidth;
888 $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset;
892 $ColCount = floor ( ($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth );
903 $XPos = $XPos + $this->DivisionWidth;
1189 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ($this->DivisionWidth * $Cp) + 2;
1348 $XPos = $XPos + $this->DivisionWidth;
1475 $XPos = $XPos + $this->DivisionWidth;
1514 $XPos = $XPos + $this->DivisionWidth;
1566 $XPos = $XPos + $this->DivisionWidth;
1709 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1713 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1857 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1861 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1984 $XPos = $XPos + $this->DivisionWidth;
2015 $XWidth = $this->DivisionWidth / 4;
2062 $XPos = $XPos + $this->DivisionWidth;
2078 $SeriesWidth = $this->DivisionWidth / ($Series + 1);
2079 $SerieXOffset = $this->DivisionWidth / 2 - $SeriesWidth / 2;
2122 $XPos = $XPos + $this->DivisionWidth;
2137 $SeriesWidth = $this->DivisionWidth;
2139 $SeriesWidth = $this->DivisionWidth * .8;
2181 $XPos = $XPos + $this->DivisionWidth;
2199 $XWidth = $this->DivisionWidth / 4;
2274 $XPos = $XPos + $this->DivisionWidth;