Lines Matching refs:DivisionWidth

83     protected $DivisionWidth = NULL;
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 + $this->GAreaXOffset;
953 $ColCount = floor(($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth);
966 $XPos = $XPos + $this->DivisionWidth;
1277 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ($this->DivisionWidth * $Cp) + 2;
1471 $XPos = $XPos + $this->DivisionWidth;
1598 $XPos = $XPos + $this->DivisionWidth;
1639 $XPos = $XPos + $this->DivisionWidth;
1694 $XPos = $XPos + $this->DivisionWidth;
1844 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1848 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
2001 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
2005 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
2134 $XPos = $XPos + $this->DivisionWidth;
2167 $XWidth = $this->DivisionWidth / 4;
2218 $XPos = $XPos + $this->DivisionWidth;
2234 $SeriesWidth = $this->DivisionWidth / ($Series + 1);
2235 $SerieXOffset = $this->DivisionWidth / 2 - $SeriesWidth / 2;
2282 $XPos = $XPos + $this->DivisionWidth;
2297 $SeriesWidth = $this->DivisionWidth;
2299 $SeriesWidth = $this->DivisionWidth * .8;
2343 $XPos = $XPos + $this->DivisionWidth;
2361 $XWidth = $this->DivisionWidth / 4;
2444 $XPos = $XPos + $this->DivisionWidth;