Hi All, When i try to save demo CombinedDomainCategoryPlot graph as image then files gets created but shows blank image wehreas image could be view on ChartFrame properly. i am using CombinedDomainCategoryPlot plot = new CombinedDomainCategoryPlot(domainAxis); plot.add(cp1, 2); plot.add(cp2, 1); chart = new JFreeChart("Combined Domain Category Plot Demo", new Font("SansSerif", Font.BOLD, 12), plot, true ); ChartUtilities.saveChartAsPNG(tempFile, chart, 4000, 500); Please let ...