AxChartPageNavigator1.Chart= AxTChart1

TeeChart for ActiveX, COM and ASP
Post Reply
Ajith Nair
Newbie
Newbie
Posts: 49
Joined: Wed Aug 18, 2004 4:00 am

AxChartPageNavigator1.Chart= AxTChart1

Post by Ajith Nair » Thu Aug 30, 2007 11:49 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Aug 30, 2007 1:42 pm

Hi Ajith,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply