PreviewPanel issue
Posted: Tue Feb 09, 2010 7:18 am
I am using vs 2008 and Teechart7 activex. I am getting following error in my project
Cannot implicitly convert type 'AxTeeChart.AxTChart' to 'TeeChart.TChart'. An explicit conversion exists (are you missing a cast?)
code which giving this error-
axTeePreviewPanel1.AddChart(PrintCharts);
Cannot implicitly convert type 'AxTeeChart.AxTChart' to 'TeeChart.TChart'. An explicit conversion exists (are you missing a cast?)
code which giving this error-
axTeePreviewPanel1.AddChart(PrintCharts);