Import graphs exported by TeeChart.dll into a WPF form
Posted: Tue Jan 10, 2012 4:19 pm
Hello,
We are exporting graphs from a winform using TeeChart.dll (version 4.1.2010.9281). Is there a way that I can import these graphs into a WPF form using TeeChart.WPF.dll (Version 4.1.2011.4193)? I get an exception where the application can't find TeeChart.dll. Alternatively, can I display WPF tcharts in a winform and hence export the graphs as wpf tcharts?
I also notice that the command tChart1.Import.Template.LoadFileDialog(), where tChart1 is of type Steema.TeeChart.WPF.TChart, does not open a file dialog. i tried the ShowImportDialog() too, but it seems to do nothing.
Please advise.
Thanks,
Spcom
We are exporting graphs from a winform using TeeChart.dll (version 4.1.2010.9281). Is there a way that I can import these graphs into a WPF form using TeeChart.WPF.dll (Version 4.1.2011.4193)? I get an exception where the application can't find TeeChart.dll. Alternatively, can I display WPF tcharts in a winform and hence export the graphs as wpf tcharts?
I also notice that the command tChart1.Import.Template.LoadFileDialog(), where tChart1 is of type Steema.TeeChart.WPF.TChart, does not open a file dialog. i tried the ShowImportDialog() too, but it seems to do nothing.
Please advise.
Thanks,
Spcom