Searched refs:plotArray (Results 1 – 2 of 2) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | PieChart.php | 575 …alue, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array & $plotArray, ShadowPropertie… argument 582 $plotArray[] = round ( $PosX ); 583 $plotArray[] = round ( $PosY );
|
/plugin/statistics/inc/pchart/ |
H A D | PieChart.php | 610 private function processPieSlices(& $Angle, $SpliceRatio, $Value, $Radius, $XPos, $YPos, $XOffset, $YOffset, Color $color, array & $plotArray, ShadowProperties $shadowProperties) { argument 617 $plotArray[] = round($PosX); 618 $plotArray[] = round($PosY);
|