Hi Raza,
Thanks for the quick feedback.
Well the problem still persists.On converting a chart to image, transparency does not take effect.
ImageOrPrintOptions imgOptions = new ImageOrPrintOptions();
imgOptions.setImageFormat(ImageFormat.getPng());
imgOptions.setOnePagePerSheet(false);
// imgOptions.setHorizontalResolution(150);
// imgOptions.setVerticalResolution(150);
imgOptions.setOnlyArea(true);
// imgOptions.setChartImageType(ImageFormat.getPng());
imgOptions.setQuality(100);
imgOptions.setTransparent(true);
Also setting transparency to true in following scenario gives an invalid image
SheetRender sr = new SheetRender(sheet, imageOrPrintOptions);
sr.toImage(0, outPutFilePath);
Well I am testing this on a very random sample created by me. But still I have attached the same.