TAdvChartView3D.SaveToImage does not create a file

Hi,


i just bought the Charts components, I think they are great and easy to use, but when I try to save a file it does not do what I expect:


AdvChartView3D.SaveToImage(PicFileName, itJPEG, 500, 300, 100);


or


AdvChartView3D.SaveToImage(PicFileName);


does not create any file.

Why? Any ideas?

Thanks
Florian

I forgot to tell: I am using DX 10 / Win32.

Ups... I found it by myself.... it was a sercuritiy issue. I did not have enough rights in the destination folder.


I suggest that the method throws an exception in this case.