Searched refs:BorderOffset (Results 1 – 3 of 3) sorted by relevance
| /plugin/statdisplay/pchart/ |
| 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/projects/pchart/pchart/ |
| 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/ |
| 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;
|