Example #1
0
 function setLegend(PHPChart_Legend $graph)
 {
     $this->legend = $graph;
     $graph->setChart($this);
 }