Dear Teechart team,
When it try to assign AxChartPageNavigator1.Chart= AxTChart1 in vb.net I am gettings error so called "Cannot convert to 'Interface TChart'". What would be the solution?
B Regards
Ajith
AxChartPageNavigator1.Chart= AxTChart1
-
- Newbie
- Posts: 49
- Joined: Wed Aug 18, 2004 4:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Ajith,
If you're using the ActiveX version with VS.NET you should use:
If you're using the ActiveX version with VS.NET you should use:
Code: Select all
AxChartPageNavigator1.ChartLink = axTChart1.ChartLink
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |