Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DPieChart.php83 $YPos + $MaxHeight + 1),
92 $YPos + $MaxHeight),
105 $YPos + $YOffset - 6),
107 $YPos + $YOffset - 2),
114 $YPos + $YOffset),
181 $TopPlots [$Key] [] = $YPos;
196 $TopPlots [$Key] [] = $YPos;
312 $YPos + $shadowProperties->yDistance,
377 $TopPlots [$Key] [] = round ( $YPos + $YOffset );
392 $TopPlots [$Key] [] = round ( $YPos + $YOffset );
[all …]
H A DpChart.php409 $YPos = $YPos - $this->DivisionHeight;
696 $YPos = $YPos - $this->DivisionHeight;
815 $LastY = $YPos;
819 $YPos = $YPos - $divisionHeight;
822 $YPos = 1;
870 if ($YPos > $this->GArea_Y1 && $YPos < $this->GArea_Y2)
883 $YPos = $YPos - $this->DivisionHeight;
1032 $YPos = floor ( ($YPos2 - $YPos - $TextHeight) / 2 ) + $YPos;
1198 …$Poly = array ($XPos + 1, $YPos + 1, $XPos + 9, $YPos - $TextOffset, $XPos + 8, $YPos + $TextOffse…
1226 …$Poly = array ($XPos, $YPos, $XPos + 8, $YPos - $TextOffset - 1, $XPos + 8, $YPos + $TextOffset + …
[all …]
/plugin/statistics/inc/pchart/
H A DPieChart.php51 public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { 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, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
189 $TopPlots [$Key] [] = $YPos;
261 processLabelsPositionAndSize($DrawLabels, $Angle, $Value, $SpliceRatio, $SplicePercent, $SpliceDistance, $Decimals, $Radius, $XPos, $YPos, ShadowProperties $shadowProperties) global() argument
314 drawFlatPieGraphWithShadow($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = NULL) global() argument
359 drawFlatPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $SpliceDistance = 0, $Decimals = 0, $AllBlack = FALSE, ShadowProperties $shadowProperties = null) global() argument
451 drawPieGraph(pData $data, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, $EnhanceColors = TRUE, $Skew = 60, $SpliceHeight = 20, $SpliceDistance = 0, $Decimals = 0, ShadowProperties $shadowProperties = null) global() argument
610 processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array& $plotArray, ShadowProperties $shadowProperties) global() argument
[all...]
H A 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
998 drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) global() argument
1089 drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = 1, $YPos2 = 1, ShadowProperties $shadowProperties = null) global() argument
[all...]
/plugin/projects/pchart/pchart/
H A Dpchart.php570 $YPos = $YPos - $this->DivisionHeight;
623 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
755 $YPos = $YPos - $this->DivisionHeight;
876 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
921 $YPos = $YPos - $this->DivisionHeight;
923 if ( $YPos <= 0 ) { $YPos = 1; }
941 $YPos = $YPos - $this->DivisionHeight;
1087 $YPos = floor(( $YPos2 - $YPos - $TextHeight ) / 2 ) + $YPos;
1188 $Poly = array($XPos+1,$YPos+1,$XPos + 9,$YPos - $TextOffset,$XPos + 8,$YPos + $TextOffset + 2);
1195 $Poly = array($XPos,$YPos,$XPos + 8,$YPos - $TextOffset - 1,$XPos + 8,$YPos + $TextOffset + 1);
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php570 $YPos = $YPos - $this->DivisionHeight;
623 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
755 $YPos = $YPos - $this->DivisionHeight;
876 if ( $YMax < $YPos || $YMax == NULL ) { $YMax = $YPos; }
921 $YPos = $YPos - $this->DivisionHeight;
923 if ( $YPos <= 0 ) { $YPos = 1; }
941 $YPos = $YPos - $this->DivisionHeight;
1111 $YPos = floor(( $YPos2 - $YPos - $TextHeight ) / 2 ) + $YPos;
1212 $Poly = array($XPos+1,$YPos+1,$XPos + 9,$YPos - $TextOffset,$XPos + 8,$YPos + $TextOffset + 2);
1219 $Poly = array($XPos,$YPos,$XPos + 8,$YPos - $TextOffset - 1,$XPos + 8,$YPos + $TextOffset + 1);
[all …]