VS2010中Teechart 坐标轴移动问题
我查资料 使用了 这句 m_Chart.get_Axis()).GetBottom().Scroll(1.0,TRUE);但是总是报错
当我改((CScroll)m_Chart.get_Axis()).GetBottom().Scroll(1.0,TRUE);却提示 GetBottom()有错误。
不明白为什么求指点,是不是与使用Unicode库有关?
[解决办法]
楼主为什么我在VS2010中无法使用Teechart啊,加入后添加变量立刻出错
错误是error C2664: “CTchart1::CTchart1(const CTchart1 &)”: 不能将参数 1 从“int”转换为“const CTchart1 &”求楼主解答……
[解决办法]
m_Chart.Series(0).AddXY(Tnum++,iRand++,"",RGB(0,255,0));
m_Chart.GetAxis().GetBottom().Scroll(1.0,TRUE);
在VC 6.0中可以运行通过。
从代码上看,你用得复杂了。。