export excel chart to file error

  • Thread starter Thread starter Magimasta
  • Start date Start date
M

Magimasta

Hello Worriors,

i have a question about the Chart.Export method.

I used it like this in C#:
myChart.Export(@"c:\Chart1.bmp", "BMP", System.Reflection.Missing.Value);

But i always get an Exception like this:
Ausnahme von HRESULT: 0x800A03EC


Thx for helping
 
Back
Top