图表说明专题

Struts2整合JFreeChart图表说明

生成3D饼图 public class PieChartDemo { public static void main(String[] args) throws IOException { DefaultPieDataset data = getDataSet(); //JFreeChart chart = ChartFactory.createPieChart( //生成3D饼图 JFreeCh