Hi,
When rendering a 100% stacked chart to an image. I noticed one series point is missing and all the bars squeezed.
Code:
var workbook = new Workbook(@".\test.xlsx");
var chart = workbook.Worksheets[0].Charts[0];
chart.ToImage(@".\out.emf");
I’ve attached the test files and a screenshot for your reference. Could you please help take a look?
test.zip (12.5 KB)
image.png (33.0 KB)
Thanks,