Completed
Last Updated: 27 Apr 2020 07:40 by ADMIN
Release R2 2020
Valery
Created on: 20 Apr 2020 12:33
Category: ChartView
Type: Feature Request
0
RadChartView: add export to vector image or improve the enhanced metafile (EMF) image format.

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.

 
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 23 Apr 2020 13:11

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

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Valery
Posted on: 21 Apr 2020 03:40

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);).