Hi!
I found that autoscaling on the chart doesn’t work well when the range of values is large.
Example:
var pres = new Presentation();
var pptChart = pres.Slides[0].Slide.Shapes.AddChart(ChartType.Line, 0, 0, 700, 300…...Because now it turns out that the graph has different behavior for different...