Hi,
When converting a chart with axis labels text direction at ‘Stack’, the chart was not rendered properly.
Code:
var workbook = new Workbook(@".\test.xlsx");
workbook.Worksheets[0].Charts[0].ToImage(@“out.emf”);
I’ve attached the test files and screenshots for your reference. Could you please take a look?
test.zip (37.1 KB)
image.png (47.7 KB)
image.png (71.9 KB)
Thanks,