SetShadow(); $graph->title->Set($_SESSION['session_allyinfo']['title']); $graph->title->SetFont(FF_FONT1,FS_BOLD); $p1 = new PiePlot3D($data); $p1->SetSize(80); $p1->SetCenter(0.35); $p1->SetLegends($legend); $graph->legend->SetFillColor('#203041'); $graph->legend->SetShadow(true); $graph->legend->SetColor('#c4c4c4'); $graph->Add($p1); $graph->Stroke(); ?>