Dear Mr. Gilbert,
I got multiple pie chart in one frame by the layout manager. But the problem is I cannot print them in one page. The right mouse button click option valid for each chart(as it depends on ChartPanel). By using layout manager(I used grid layout) and the jdbc pie chart demo I am setting one chartpanel holding one chart at one grid. So the printing option is depending on one chart as it's fetching that perticular plot. But I need to print jdbc multiple pie chart in one page. If I use mutiple pie chart demo I cannot get it connected with the jdbc pie dataset as it is using Default Category Dataset which uses resource bundle. Please help me on that.
Thank you
Rez
JDBC Multiple Pie Chart
Re: JDBC Multiple Pie Chart
Hi
If you generate the pie chart using createPieChart passing it the DefaultCategoryDataset having more then 1 series then i guess it will print multiple pie plots in the same chart. That might solve your problem, as then you have 1 chart only and multiple pie plots in that chart
Sachin
http://www.itellix .com
If you generate the pie chart using createPieChart passing it the DefaultCategoryDataset having more then 1 series then i guess it will print multiple pie plots in the same chart. That might solve your problem, as then you have 1 chart only and multiple pie plots in that chart
Sachin
http://www.itellix .com