AlexeyRedko Posted June 23, 2011 Report Posted June 23, 2011 Hello! I'd like to perfom export to Metafile and Vector-based image format. There was a option to export to Metafile in older(Winforms) version of chart fx, but not in wpf. Is it possible to do it in wpf , if not please can you provide any work around to this issue? Quote
JuanC Posted June 24, 2011 Report Posted June 24, 2011 Metafiles is a Win32-concept only that does not seem to have any available APIs in WPF. We have worked on supporting an export-to-xaml option that would generate "clean" XAML but we have not enabled it yet in the release builds. JuanC Quote
AlexeyRedko Posted June 26, 2011 Author Report Posted June 26, 2011 Thanks for response . I'll try to expain my problem.We have some reports produced in pdf .We want to put the charts into the our reports but the problem when we using export to bitmap we have two problems: 1.Bitmap files are large(when we define high resolution). 2.The quality of picture is rather lousy(if we don't define high resolution mannually). XAML sounds great but what can I do with it in my case ? I can't insert XAML into pdf or even into component that creates PDF files. Anyway I'd like to know if there is option to export chart as a picture with good quality but the picture won't be too large? Is the export of Vector based format file was met these requirements? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.