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…...var categories = new List(); var values = new List(); var costValues...costValues = new List(); var showCost = values.Count() == 0 ? true...