Chart Export

  • 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
 
Thx Jon,

but for other file formats it does not work either.

I heard or read that there could bye a problem for an ASPNET user that has
no rights for searching trough the registry to find the file formats.

greetings michal
 
I would have thought that looking to see what was installed would be
allowed, just not changing anything. But I really can't help with that.

- Jon
 
Back
Top