Home
last modified time | relevance | path

Searched refs:drawPieLegend (Results 1 – 7 of 7) sorted by relevance

/plugin/statistics/inc/
H A DStatisticsGraph.class.php57 $Chart->drawPieLegend(
/plugin/charter/
H A Dhelper.php549 …$pchart->drawPieLegend($this->flags['size']['width'] - $legendSize[0] - 15, 30, $pdata->GetData(),…
/plugin/stats/
H A Dsyntax.php941 $chart->drawPieLegend($legendX,15,$DataSet->GetData(),$DataSet->GetDataDescription(),250,250,250);
/plugin/statdisplay/pchart/
H A DPieChart.php52 …public function drawPieLegend($XPos, $YPos, $Data, $DataDescription, Color $color, ShadowPropertie… function in PieChart
/plugin/statistics/inc/pchart/
H A DPieChart.php51 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 Dpchart.php1028 function drawPieLegend($XPos,$YPos,$Data,$DataDescription,$R,$G,$B) function in pChart
/plugin/charter/lib/pchart/
H A DpChart.class.php1052 function drawPieLegend($XPos,$YPos,$Data,$DataDescription,$R,$G,$B) function in pChart