This code produces a gray background in the plot area (specifically when iniWithSample = false) :
IChart chart = slide.Shapes.AddChart(ChartType.Line, x, y, scaleWidth, scaleHeight, false);
I’ve tried to set every background and fill property I can find to white and no luck. When iniWithSample = true
it goes away.
Setting the chart Style property also has no effect.
Any help would be great.