Searched refs:drawPieLegend (Results 1 – 7 of 7) sorted by relevance
/plugin/statistics/inc/ |
H A D | StatisticsGraph.class.php | 57 $Chart->drawPieLegend(
|
/plugin/charter/ |
H A D | helper.php | 549 …$pchart->drawPieLegend($this->flags['size']['width'] - $legendSize[0] - 15, 30, $pdata->GetData(),…
|
/plugin/stats/ |
H A D | syntax.php | 941 $chart->drawPieLegend($legendX,15,$DataSet->GetData(),$DataSet->GetDataDescription(),250,250,250);
|
/plugin/statdisplay/pchart/ |
H A D | PieChart.php | 52 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie… function in PieChart
|
/plugin/statistics/inc/pchart/ |
H A D | PieChart.php | 51 public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowProperties $shadowProperties = null) { function in PieChart 57 $this->validateDataDescription("drawPieLegend", $DataDescription, FALSE); 58 $this->validateData("drawPieLegend", $Data);
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 1028 function drawPieLegend($XPos,$YPos,$Data,$DataDescription,$R,$G,$B) function in pChart
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 1052 function drawPieLegend($XPos,$YPos,$Data,$DataDescription,$R,$G,$B) function in pChart
|