Searched refs:BorderOffset (Results 1 – 4 of 4) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 2281 …function drawRadarAxis($Data, $DataDescription, $Mosaic = TRUE, $BorderOffset = 10, Color $colorA … argument 2296 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2477 function drawRadar($Data, $DataDescription, $BorderOffset = 10, $MaxValue = -1) { argument 2483 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2541 …function drawFilledRadar($Data, $DataDescription, $Alpha = 50, $BorderOffset = 10, $MaxValue = -1)… argument 2547 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 2451 function drawRadarAxis($Data, $DataDescription, $Mosaic = TRUE, $BorderOffset = 10, Color $colorA = null, Color $colorS = null, $MaxValue = -1) { argument 2466 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2666 function drawRadar($Data, $DataDescription, $BorderOffset = 10, $MaxValue = -1) { argument 2672 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset; 2735 function drawFilledRadar($Data, $DataDescription, $Alpha = 50, $BorderOffset = 10, $MaxValue = -1) { argument 2741 $Radius = ($this->GArea_Y2 - $this->GArea_Y1) / 2 - $BorderOffset;
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 2075 …function drawRadarAxis($Data,$DataDescription,$Mosaic=TRUE,$BorderOffset=10,$A_R=60,$A_G=60,$A_B=6… argument 2085 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2213 function drawRadar($Data,$DataDescription,$BorderOffset=10,$MaxValue=-1) argument 2220 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2273 function drawFilledRadar($Data,$DataDescription,$Alpha=50,$BorderOffset=10,$MaxValue=-1) argument 2282 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset;
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 2100 …function drawRadarAxis($Data,$DataDescription,$Mosaic=TRUE,$BorderOffset=10,$A_R=60,$A_G=60,$A_B=6… argument 2110 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2238 function drawRadar($Data,$DataDescription,$BorderOffset=10,$MaxValue=-1) argument 2245 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset; 2298 function drawFilledRadar($Data,$DataDescription,$Alpha=50,$BorderOffset=10,$MaxValue=-1) argument 2307 $Radius = ( $this->GArea_Y2 - $this->GArea_Y1 ) / 2 - $BorderOffset;
|