
Search found 3 matches
- Wed Feb 10, 2010 6:49 am
- Forum: ActiveX
- Topic: PreviewPanel issue
- Replies: 2
- Views: 4598
Re: PreviewPanel issue
thanx
...It's worked for me..

- Tue Feb 09, 2010 7:18 am
- Forum: ActiveX
- Topic: PreviewPanel issue
- Replies: 2
- Views: 4598
PreviewPanel issue
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);
- Wed May 16, 2007 8:54 am
- Forum: ActiveX
- Topic: how do i save three charts in single image file (i.e. jpeg)
- Replies: 1
- Views: 4397
how do i save three charts in single image file (i.e. jpeg)
i have three charts in vb and what to same in single image file or export to image file how can i do this using teechart functionality