Lines Matching refs:DivisionWidth

161    var $DivisionWidth   = NULL;  variable in pChart
517 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / (count($Data)-1);
520 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / (count($Data));
521 $this->GAreaXOffset = $this->DivisionWidth / 2;
526 $this->DivisionWidth = $this->GArea_X2 - $this->GArea_X1;
527 $this->GAreaXOffset = $this->DivisionWidth / 2;
626 $XPos = $XPos + $this->DivisionWidth;
837 $this->DivisionWidth = ( $this->GArea_X2 - $this->GArea_X1 ) / $XDivisions;
878 $XPos = $XPos + $this->DivisionWidth;
946 …{ $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset; $ColCount = $this->DataCou…
948 …s->GAreaXOffset; $ColCount = floor( ($this->GArea_X2 - $this->GArea_X1) / $this->DivisionWidth ); }
954 $XPos = $XPos + $this->DivisionWidth;
1203 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ( $this->DivisionWidth * $Cp ) + 2;
1311 $XPos = $XPos + $this->DivisionWidth;
1406 $XPos = $XPos + $this->DivisionWidth;
1445 $XPos = $XPos + $this->DivisionWidth;
1488 $XPos = $XPos + $this->DivisionWidth;
1601 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1605 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1731 $XPos = $XPos + $this->DivisionWidth * $Accuracy;
1735 $XPos = $XPos - $this->DivisionWidth * $Accuracy;
1859 $XPos = $XPos + $this->DivisionWidth;
1900 $XWidth = $this->DivisionWidth / 4;
1927 $XPos = $XPos + $this->DivisionWidth;
1949 $SeriesWidth = $this->DivisionWidth / ($Series+1);
1950 $SerieXOffset = $this->DivisionWidth / 2 - $SeriesWidth / 2;
1985 $XPos = $XPos + $this->DivisionWidth;
2001 $SeriesWidth = $this->DivisionWidth;
2003 $SeriesWidth = $this->DivisionWidth * .8;
2045 $XPos = $XPos + $this->DivisionWidth;
2058 $XWidth = $this->DivisionWidth / 4;
2095 $XPos = $XPos + $this->DivisionWidth;