Bar Chart Rendering Bug

When running the following program with the attached test.pptx file the bar chart in the output file does not render properly. The bars in the output chart slide and align left. This occurs with the latest licensed version of Aspose.Slides.

Is there any work around for this problem?

Thanks.


static void Main(string[] args)
{
string inFileName = args[0];
string outFileName = args[1];

Aspose.Slides.Presentation pIn = new Aspose.Slides.Presentation(inFileName);
Aspose.Slides.Presentation pOut = new Aspose.Slides.Presentation();
foreach (var s in pIn.Slides)
{
pOut.Slides.AddClone(s);
}
pOut.Save(outFileName, Aspose.Slides.Export.SaveFormat.Ppsx);
}

Hi Peter,

I have worked with presentation file shared by you using Aspose.Slides for .NET 17.4 and have been able to observe the issue. A ticket with ID SLIDESNET-38938 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with issue so that you may be automatically notified once issue will be fixed.

We are sorry for your inconvenience,