Searched refs:YPos (Results 1 – 4 of 4) sorted by relevance
| /plugin/statdisplay/pchart/ |
| D | PieChart.php | 52 …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 …]
|
| D | pChart.php | 357 $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/projects/pchart/pchart/ |
| D | pchart.php | 535 $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/ |
| D | pChart.class.php | 535 $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 …]
|