with following code I copied the metafile:
Code: Select all
ActChildForm.Chart1.Export.Image.Metafile.EMFFormat = System.Drawing.Imaging.EmfType.EmfPlusOnly
ActChildForm.Chart1.Export.Image.Metafile.CopyToClipboard()
Figure 2 looks OK and is the png-Export of the same chart (or the chart exported as metafile to file and then loaded into Word).
Interestingly, the chart editor does not allow "copy" for metafile export.
What is the reason for the bad quality?
Regards
Uli