Hello Team,
We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method.
We are facing issue in formatting the number…...instance of the Presentation class Presentation presentation = new Presentation();...Presentation(); ISlide slide = presentation.Slides[0]; var categories...