PPTX to PDF - Chart has rendering issues with the axis and legend (C# .NET)

The labels on the axis below the chart in the pptx attachment are lost when saved to pdf using the code below.
AsposeLosingAxis.zip (70.8 KB)

Also one of the legend markers shrinks. Is it possible to improve this in a future release please. I am using V20.2.0

using (var pres = new Presentation(@"c:\temp\AsposeLosingAxis.pptx")) {
    pres.Save(@"c:\temp\AsposeLosingAxis.pdf", Aspose.Slides.Export.SaveFormat.Pdf);
}

Thank you.

@catnoise,

I have worked with the issue shared by you and have been able to observe it. An issue with ID SLIDESNET-41818 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.

The issues you have found earlier (filed as SLIDESNET-41818) have been fixed in this update.

Thank you for making the fix available, I am very happy with the results now.

@catnoise,

Thank you for sharing the feedback with us.