Hi,
I tried to save my chart as EMF-File with
this.ultraChart1.SaveTo(sEMFFile, System.Drawing.Imaging.ImageFormat.Emf);
but it fails. It works with png, bmp and other formats, but not with emf or wmf. What am I doing wrong?
Thanks in advance.
Hi Georgi,
thanks for the example, but I doubt whether the files the example create are real emf-files. Accourding to the microsoft-article, it is not. One file seems to be in bmp-format, the other in png-format.
A work around would be when there would be a possibility to copy the chart into the clipboard as EMF-format. Do you have information about that?
Thanks and Regards.
Please look the attached example. There I suggest you two possible variants to save your image in EMF format. Please start the example and push both buttons, each of them will save the image in EMF format, but please look the code behide of each buttons.
In the internet formums has different oppinion about this issue. If you want look at:
In any way, please try my solution and if you have any questions, please ask me
Regards
Georgi