Home
last modified time | relevance | path

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

/plugin/statdisplay/pchart/
H A DpChart.php495 $XPos = $XPos + $this->DivisionWidth;
788 $XPos = $XPos + $this->DivisionWidth;
903 $XPos = $XPos + $this->DivisionWidth;
1026 $XPos = floor ( ($XPos2 - $XPos - $TextWidth) / 2 ) + $XPos;
1348 $XPos = $XPos + $this->DivisionWidth;
1475 $XPos = $XPos + $this->DivisionWidth;
1514 $XPos = $XPos + $this->DivisionWidth;
1984 $XPos = $XPos + $this->DivisionWidth;
2062 $XPos = $XPos + $this->DivisionWidth;
2122 $XPos = $XPos + $this->DivisionWidth;
[all …]
H A DPieChart.php82 new Point($XPos + $MaxWidth + 1,
91 new Point($XPos + $MaxWidth,
104 $this->canvas->drawFilledRectangle(new Point($XPos + 10,
106 new Point($XPos + 14,
113 new Point($XPos + 22,
180 $TopPlots [$Key] [] = $XPos;
195 $TopPlots [$Key] [] = $XPos;
311 $XPos + $shadowProperties->xDistance,
376 $TopPlots [$Key] [] = round ( $XPos + $XOffset );
391 $TopPlots [$Key] [] = round ( $XPos + $XOffset );
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php451 $XPos = $this->GArea_X1 + $this->GAreaXOffset;
457 new Point(floor($XPos), $this->GArea_Y2),
458 new Point(floor($XPos), $this->GArea_Y2 + 5),
480 new Point(floor($XPos) - floor($TextWidth / 2),
493 new Point(floor($XPos) - $TextWidth + 5,
504 new Point(floor($XPos) + $TextWidth + 5,
518 $XPos = $XPos + $this->DivisionWidth;
771 $XPos = $this->GArea_X1;
775 new Point($XPos,
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...]
H A DPieChart.php51 public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { argument
81 new Point($XPos + 1, $YPos + 1),
82 new Point($XPos + $MaxWidth + 1,
92 new Point($XPos, $YPos),
93 new Point($XPos + $MaxWidth,
108 new Point($XPos + 10,
110 new Point($XPos + 14,
119 new Point($XPos + 22,
145 public function drawBasicPieGraph($Data, $DataDescription, $XPos, $YPos, $Radius = 100, $DrawLabels = PIE_NOLABEL, Color $color = null, $Decimals = 0, ShadowProperties $shadowProperties = null) { argument
188 $TopPlots [$Key] [] = $XPos;
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...]
/plugin/projects/pchart/pchart/
H A Dpchart.php626 $XPos = $XPos + $this->DivisionWidth;
878 $XPos = $XPos + $this->DivisionWidth;
954 $XPos = $XPos + $this->DivisionWidth;
1080 $XPos = floor(( $XPos2 - $XPos - $TextWidth ) / 2 ) + $XPos;
1287 $XPos = $XPos + $this->DivisionWidth;
1382 $XPos = $XPos + $this->DivisionWidth;
1421 $XPos = $XPos + $this->DivisionWidth;
1902 $XPos = $XPos + $this->DivisionWidth;
1960 $XPos = $XPos + $this->DivisionWidth;
2020 $XPos = $XPos + $this->DivisionWidth;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php626 $XPos = $XPos + $this->DivisionWidth;
878 $XPos = $XPos + $this->DivisionWidth;
954 $XPos = $XPos + $this->DivisionWidth;
1104 $XPos = floor(( $XPos2 - $XPos - $TextWidth ) / 2 ) + $XPos;
1311 $XPos = $XPos + $this->DivisionWidth;
1406 $XPos = $XPos + $this->DivisionWidth;
1445 $XPos = $XPos + $this->DivisionWidth;
1927 $XPos = $XPos + $this->DivisionWidth;
1985 $XPos = $XPos + $this->DivisionWidth;
2045 $XPos = $XPos + $this->DivisionWidth;
[all …]