Searched refs:colorS (Results 1 – 2 of 2) sorted by relevance
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 2281 …iption, $Mosaic = TRUE, $BorderOffset = 10, Color $colorA = null, Color $colorS = null, $MaxValue … argument 2286 if ($colorS == null) { 2287 $colorS = new Color(200, 200, 200); 2363 4, 1, $colorS,
|
/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 2456 if($colorS == null) { 2457 $colorS = new Color(200, 200, 200); 2541 4, 1, $colorS,
|