Ejemplo n.º 1
0
 function Legend(&$aGraph)
 {
     parent::Legend($aGraph);
     $aGraph->legend->txtcol = array_reverse($aGraph->legend->txtcol);
 }