Exemple #1
0
 public function Legend($aGraph)
 {
     parent::Legend($aGraph);
     $aGraph->legend->txtcol = array_reverse($aGraph->legend->txtcol);
 }