Home
last modified time | relevance | path

Searched refs:YPos (Results 1 – 6 of 6) sorted by relevance

/plugin/statdisplay/pchart/
DPieChart.php52 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie… argument
81 $this->canvas->drawFilledRoundedRectangle(new Point($XPos + 1, $YPos + 1),
83 $YPos + $MaxHeight + 1),
90 $this->canvas->drawFilledRoundedRectangle(new Point($XPos, $YPos),
92 $YPos + $MaxHeight),
105 $YPos + $YOffset - 6),
107 $YPos + $YOffset - 2),
114 $YPos + $YOffset),
137 …public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabel… argument
181 $TopPlots [$Key] [] = $YPos;
[all …]
DpChart.php357 $YPos = $this->GArea_Y2;
361 $this->canvas->drawLine(new Point($this->GArea_X2, $YPos),
362 new Point($this->GArea_X2 + 5, $YPos),
368 $this->canvas->drawLine(new Point($this->GArea_X1, $YPos),
369 new Point($this->GArea_X1 - 5, $YPos),
387 $YPos + ($this->FontSize / 2)),
399 $YPos + ($this->FontSize / 2)),
409 $YPos = $YPos - $this->DivisionHeight;
458 $YPos = $this->GArea_Y2 + 18;
462 $YPos),
[all …]
/plugin/statistics/inc/pchart/
DPieChart.php51 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie… argument
81 new Point($XPos + 1, $YPos + 1),
83 $YPos + $MaxHeight + 1),
92 new Point($XPos, $YPos),
94 $YPos + $MaxHeight),
109 $YPos + $YOffset - 6),
111 $YPos + $YOffset - 2),
120 $YPos + $YOffset),
145 …public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabel… argument
189 $TopPlots [$Key] [] = $YPos;
[all …]
DpChart.php358 $YPos = $this->GArea_Y2;
363 new Point($this->GArea_X2, $YPos),
364 new Point($this->GArea_X2 + 5, $YPos),
372 new Point($this->GArea_X1, $YPos),
373 new Point($this->GArea_X1 - 5, $YPos),
395 $YPos + ($this->FontSize / 2)),
409 $YPos + ($this->FontSize / 2)),
420 $YPos = $YPos - $this->DivisionHeight;
476 $YPos = $this->GArea_Y2 + 18;
481 $YPos),
[all …]
/plugin/projects/pchart/pchart/
Dpchart.php535 $YPos = $this->GArea_Y2; $XMin = NULL;
539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B);
541 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B);
561 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X2+10,$YPos+($this->FontSize/2),$C_Text…
566 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X1-10-$TextWidth,$YPos+($this->FontSize…
570 $YPos = $YPos - $this->DivisionHeight;
612 $YPos = $this->GArea_Y2+18;
613 …t($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextColor,$this-…
617 $YPos = $this->GArea_Y2+10+$TextHeight;
619 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t…
[all …]
/plugin/charter/lib/pchart/
DpChart.class.php535 $YPos = $this->GArea_Y2; $XMin = NULL;
539 $this->drawLine($this->GArea_X2,$YPos,$this->GArea_X2+5,$YPos,$R,$G,$B);
541 $this->drawLine($this->GArea_X1,$YPos,$this->GArea_X1-5,$YPos,$R,$G,$B);
561 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X2+10,$YPos+($this->FontSize/2),$C_Text…
566 …imagettftext($this->Picture,$this->FontSize,0,$this->GArea_X1-10-$TextWidth,$YPos+($this->FontSize…
570 $YPos = $YPos - $this->DivisionHeight;
612 $YPos = $this->GArea_Y2+18;
613 …t($this->Picture,$this->FontSize,$Angle,floor($XPos)-floor($TextWidth/2),$YPos,$C_TextColor,$this-…
617 $YPos = $this->GArea_Y2+10+$TextHeight;
619 …imagettftext($this->Picture,$this->FontSize,$Angle,floor($XPos)-$TextWidth+5,$YPos,$C_TextColor,$t…
[all …]