Additional Lines Are Appeared in the Chart when the PPTX File Is Loaded and Saved

Hi team,

With the sample file attached, when I open and save it as new file using Aspose slides, it adds additional lines in the chart.

files.zip (96.0 KB)

The code I use is given below:

public void SaveAsFile(string filePath, string outFile)
{
  using Presentation source = new Presentation(filePath);
  source.Save(outFile, SaveFormat.Pptx);
}

Let me know how this issue can be resolved.

@Sri79,
Thank you for the issue description.

I’ve reproduced the problem with additional lines in the chart and added a ticket with ID SLIDESNET-42999 in our issue tracking system. Our development team will investigate this case. You will be notified when the issue is resolved.

The issues you have found earlier (filed as SLIDESNET-42999) have been fixed in Aspose.Slides for .NET 22.6 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.