Hi,
The x-axis labels of some charts have changed after upgrading from Apose.Cells 21.2 to 22.2 and are now mixed up, can you please have a look and let us know if this is a regression?
You can see the comparison between versions (after dragging the emf images into Word to visualize them) in the image.png file.
Code:
var book = new Workbook(@".\test.xlsx");
Worksheet sheet = book.Worksheets[0];
var options = new ImageOrPrintOptions
{
ImageType = ImageType.Emf,
OnePagePerSheet = true,
};
sheet.Charts[0].ToImage(@".\test with 22.2.emf", options);
image.png (11.5 KB)
test.zip (41.5 KB)
Thanks,