Init(); $table->Set($data); $table->SetBorder(2,'black'); // Highlight summation row $table->SetRowFillColor($r-1,'yellow'); $table->SetCellAlign($r-1,0,'right'); // Setup row and column headers $table->SetRowFont(0,FF_ARIAL,FS_NORMAL,10); $table->SetRowColor(0,'navy'); $table->SetRowFillColor(0,'lightgray'); $table->SetColFont(0,FF_ARIAL,FS_NORMAL,10); $table->SetColColor(0,'navy'); $table->SetColFillColor(0,'lightgray'); $table->SetRowGrid($r-1,1,'black',TGRID_DOUBLE); $graph->Add($table); $graph->Stroke(); ?>