Save image Chart with image in the marker

Hi,
I created a scatter plot, and set an image in the marker. When I save the graph as an image, the marker images disappear.

  	ImageOrPrintOptions anOption = new ImageOrPrintOptions();
  	anOption.setHorizontalResolution(200);
  	anOption.setVerticalResolution(200);
  	anOption.setSaveFormat(SaveFormat.EXCEL_97_TO_2003);
  	anOption.setChartImageType(ImageFormat.getJpeg());

  	
  	//Render chart to image
  	chart.toImage(MAINPATH + "prova.png", anOption);

The image named “prova.png” is what I save, the other is a screenshot from the xls file

prova.png (121.3 KB)
Immagine1.png (325.2 KB)

@Blegork,

Could you please share your Excel file containing the chart in it, we will check your issue soon.

PS. please zip the Excel file prior attaching here.

output.zip (25.7 KB)

@Blegork,

Please notice, I am able to reproduce the issue as you mentioned by rendering the chart in your provided file to image format. I have logged a ticket with an id “CELLSJAVA-43364” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@Blegork,

This is to inform you that we have fixed your issue now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

1 Like

The issues you have found earlier (filed as CELLSJAVA-43364) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi