コード例 #1
0
ファイル: PHPChart.php プロジェクト: bergquis/PHPChart
 function setLegend(PHPChart_Legend $graph)
 {
     $this->legend = $graph;
     $graph->setChart($this);
 }