Searched refs:drawLegend (Results 1 – 9 of 9) sorted by relevance
/plugin/statistics/inc/ |
H A D | StatisticsGraph.class.php | 307 $Chart->drawLegend( 357 $Chart->drawLegend(
|
/plugin/statdisplay/helper/ |
H A D | graph.php | 292 $Chart->drawLegend(500, 40, $DataSet->GetDataDescription(), new Color(250));
|
/plugin/projects/plugins/target/ |
H A D | plot.php | 226 $plot->drawLegend($left_margin + $legend_left, 2 * $h + $legend_top, $description,
|
/plugin/charter/ |
H A D | helper.php | 438 …$pchart->drawLegend($this->flags['size']['width'] - $legendSize[0] - 15, 30, $pdata->GetDataDescri…
|
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 935 …public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Col… function in pChart
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) { function in pChart 1008 $this->validateDataDescription("drawLegend", $DataDescription);
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 981 …function drawLegend($XPos,$YPos,$DataDescription,$R,$G,$B,$Rs=-1,$Gs=-1,$Bs=-1,$Rt=0,$Gt=0,$Bt=0,$… function in pChart
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 1005 …function drawLegend($XPos,$YPos,$DataDescription,$R,$G,$B,$Rs=-1,$Gs=-1,$Bs=-1,$Rt=0,$Gt=0,$Bt=0,$… function in pChart
|
/plugin/amcharts/assets/amcharts/ |
H A D | amcharts.js | 345 …ndData;this.enabled&&(d.ifArray(a)||d.ifArray(this.data))&&this.drawLegend()},drawLegend:function(…
|