Hi Aspose team,
I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself.
Here’s the code I used to generate my test outputs:
string dir = @"C:\Users\";…...using (Workbook TemplateWB = new Workbook(dir + @"Test_09052025\Chart_Template...; List<string> PrintAreas = new() { "D137:O169", "D205:O237"...