Currently, RadChartView offers exporting to a Bitmap in one of the following formats: https://docs.microsoft.com/en-us/dotnet/api/system.drawing.imaging.imageformat?view=netframework-4.8
It would be nice to have export functionality to a vector image.
Hello, Valery,
Thank you for the provided feedback. We take it very seriously and I have escalated this case to our developers.
As the status of the feedback item states (In development), we will improve the export to image functionality for the ImageFormat.Emf. I have also updated the header text of the item. Please make sure that you click the Follow button in order to get notified once the status changes.
Should you have further questions please let me know.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Wrong you wrote everything. It is necessary not to add export to vector format, but to fix the grossest mistake when exporting to emf.
I looked at your source.You don’t need to change anything in the rendering. All that needs to be fixed when exporting to emf: do not create an intermediate bitmap and render immediately on graphics of metafile (this.Area.Renderer.Draw(graphics);).