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\";…...Count; i++) { string x = PrintAreas[i].Replace(':', '_')...ToImage(0, dir + @$"\Test_03092026\{x}.png"); } } I’ve pointed out the...