Page 1 of 1

AxChartPageNavigator1.Chart= AxTChart1

Posted: Thu Aug 30, 2007 11:49 am
by 9523665
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

Posted: Thu Aug 30, 2007 1:42 pm
by narcis
Hi Ajith,

If you're using the ActiveX version with VS.NET you should use:

Code: Select all

AxChartPageNavigator1.ChartLink = axTChart1.ChartLink