Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
DpChart.php72 protected $GAreaXOffset = NULL; variable in pChart
339 $this->GAreaXOffset = 0;
345 $this->GAreaXOffset = $this->DivisionWidth / 2;
349 $this->GAreaXOffset = $this->DivisionWidth / 2;
437 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
887 if ($this->GAreaXOffset == 0) {
888 $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset;
891 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
1189 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ($this->DivisionWidth * $Cp) + 2;
1285 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php148 var $GAreaXOffset = NULL; variable in pChart
513 $this->GAreaXOffset = 0;
521 $this->GAreaXOffset = $this->DivisionWidth / 2;
527 $this->GAreaXOffset = $this->DivisionWidth / 2;
587 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
945 if ( $this->GAreaXOffset == 0 )
946 …{ $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset; $ColCount = $this->DataCou…
948 …{ $XPos = $this->GArea_X1 + $this->GAreaXOffset; $ColCount = floor( ($this->GArea_X2 - $this->GAre…
1179 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ( $this->DivisionWidth * $Cp ) + 2;
1235 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php148 var $GAreaXOffset = NULL; variable in pChart
513 $this->GAreaXOffset = 0;
521 $this->GAreaXOffset = $this->DivisionWidth / 2;
527 $this->GAreaXOffset = $this->DivisionWidth / 2;
587 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
945 if ( $this->GAreaXOffset == 0 )
946 …{ $XPos = $this->GArea_X1 + $this->DivisionWidth + $this->GAreaXOffset; $ColCount = $this->DataCou…
948 …{ $XPos = $this->GArea_X1 + $this->GAreaXOffset; $ColCount = floor( ($this->GArea_X2 - $this->GAre…
1203 $XPos = $this->GArea_X1 + $this->GAreaXOffset + ( $this->DivisionWidth * $Cp ) + 2;
1259 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
[all …]