Hi,
I'm using C1.C1Report.2 and C1.Win.C1Report.2 version 2.6.20093.53207 within a WPF application and also C1.WPF.C1Chart version 3.0.20083.29.
I have a WPF window displaying data and its WPF Chart. I generate automatically a winform report when the user wants to save this data and I want to integrate its WPF chart.
I found one of your sample "Chart 2008" that shows how to get an Image from a winform Chart (C1Chart.GetImage(ImageFormat)). Is there an equivalence to this for WPF Chart? Could you provide a sample?
Thank you very much.
Hi Dima,
Sorry for this belated answer and Thank you for the sample it helped a lot.
But how can I size the report's image field with a correct translation from my image object's width and height to twips so it will sized correctly?
Thank you.