SetShadow(); $graph->title->SetFont(FF_BIG5, FS_NORMAL); $graph->legend->SetFont(FF_BIG5, FS_NORMAL); $graph->title->Set("¤¤¤å"); $p1 = new PiePlot3D($data); $p1->SetSize(0.5); $p1->SetCenter(0.45); $p1->SetLegends(array("¤¤¤å","2","3","4","5")); $graph->Add($p1); $graph->Stroke(); ?>