Set($data); // Merge all cells in row 0 $table->MergeRow(0); // Adjust font in cell (0,0) $table->SetCellFont(0,0,FF_ARIAL,FS_BOLD,14); // Set left align for all cells in rectangle (0,0) - (0,3) $table->SetAlign(0,0,0,3,'Left'); // Add table to graph $graph->Add($table); // ... send it back to the client $graph->Stroke(); ?>