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(':', '_');...@$"\Test_10142025\Demographics_Chart_{x}.png"); } } and my findings are...