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…...Autoscaling on Y-Axis in Line Chart Doesn’t Work Well when the...Slide.Shapes.AddChart(ChartType.Line, 0, 0, 700, 300); pptChart.ChartData...