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\";…...Incorrect rendering when converting chart to image Aspose.Cells...SheetRender Render = new SheetRender(sourceWS, options); Render.ToImage(0...