I have a chart displaying a single series containing 1.1 million points, which I am attempting to copy to clipboard, using code like
NImageExporter imageExporter = this.nevronControl.ImageExporter; imageExporter.CopyToClipboard(imageExporter.DefaultImageSize, NResolution.ScreenResolution, NevronImageFormat);
When NevronImageFormat is EMF, nothing is written to the clipboard, whereas jpg works fine.
Is this a known issue? I can supply the 5.6Mb zipped chart xml if that would help.
Thanks
Kevin