Wed Jul 04, 2018 6:46 am
That solved the problem with the piechart.
I do however have an intermittent error rendering the piechart with Index out of range when saving the file.
Trying to produce a reproducible project.
System.IndexOutOfRangeException: 'Index was outside the bounds of the array'
when calling this:
presentation.SaveToFile("c:\\temp\\not_working23.pptx", FileFormat.Pptx2013);
ST:
at spr⇍.ᜀ(Int32 A_0)
at spr⤐.ᜁ(spr⇍ A_0, String A_1, String A_2, Int32 A_3)
at sprⅆ.ᜀ(spr⭙ A_0)
at spr.ᜀ(spr⦠ A_0)
at spr₵.ᜀ(spr➸ A_0)
at sprᨧ.ᜀ(spr➸ A_0)
at sprᨧ.ᜁ(Stream A_0)
at sprᦀ.()
at sprᦀ.ᜀ(spr➸ A_0)
at Spire.Presentation.Collections.ShapeList.ᜀ(spr➸ A_0)
at Spire.Presentation.GroupShape.PptxPrepareForSaving(spr➸ saveContext)
at Spire.Presentation.ActiveSlide.PresentationBeforeSave(spr➸ saveContext)
at sprⲷ.ᜀ(spr➸ A_0)
at sprᲓ.ᜀ(spr➸ A_0, spr⫴ A_1)
at sprᲓ.ᜀ(Stream A_0, spr⫴ A_1, sprᢺ A_2)
at sprᲓ.ᜀ(Stream A_0, spr⒚ A_1, sprᩀ A_2)
at sprᲓ.ᜀ(String A_0, spr⒚ A_1)
at Spire.Presentation.Presentation.SaveToFile(String file, FileFormat fileFormat)