求解teechart vc6.08和teechart vc6.05在VC6.0中应用时候出现错误

君,已阅读到文档的结尾了呢~~
vc中使用teechart绘制实时曲线
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
vc中使用teechart绘制实时曲线
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='/DocinViewer--144.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口本帖子已过去太久远了,不再提供回复功能。VC6.0中如何用TeeChart画圆 - VC/MFC当前位置:& &&&VC6.0中如何用TeeChart画圆VC6.0中如何用TeeChart画圆&&网友分享于:&&浏览:186次VC6.0中怎么用TeeChart画圆用TeeChart5 的画布命令m_chart.GetCanvas.Ellipse(0,0,100,100);画圆,但是不是因为重绘的问题,总是出不来图,而添加Series(0)画其他线图都没问题的!用过的高手进来指导下啊!------解决方案--------------------怎么个画不出来,改变宿主窗体大小后能看到么? 有时候调ActiveX需要让它刷新。
------解决方案--------------------你需要在 OnPaint消息中写代码,其他地方写就是闪一下就没有了
12345678910
12345678910
12345678910 上一篇:下一篇:文章评论相关解决方案 12345678910 Copyright & &&版权所有TeeChart8|TeeChart8.ocx|TeeChart8汉化破解版组件用例|VC++6.0用例|原创 -
YHF8}|卡巴|小红伞|nod32|key|免费杀毒|avast|注册码
自由、平等、和平、共享
TeeChart8|TeeChart8.ocx|TeeChart8汉化破解版组件用例|VC++6.0用例|原创
今天需要在vc6上使用曲线显示数据。所以使用TeeChart8,先注册TeeChart8.ocx
注册请看:
新建MFC工程:
我只是用例。所以直接选对话框
添加TeeChart8.ocx组件如下:(注:在此前先注册TeeChart8.ocx组件)
记住,一定要选图标为: 的,如下
直接拖进,拉好显示位置:
添加代码:
Cpp 文件:
#include &tchart.h&
#include &series.h&
#include &valuelist.h&
#include &axes.h&
#include &axis.h&
#include &pen.h&
#include &axislabels.h&
#include &teefont.h&
#include &axistitle.h&
#include &aspect.h&
#include &fastlineseries.h&
#include &titles.h&
#include &fastlineseries.h&
#include &panel.h&
#include &legend.h&
#include &tools.h&
#include &toollist.h&
#include &annotationtool.h&
CTChart * m_
在::OnInitDialog():
&&& m_chart=(CTChart*)GetDlgItem(IDC_TCHART1);
&&& //IniTchart();
&&& m_chart-&ClearChart();
&&& m_chart-&RemoveAllSeries();&&&
&&& m_chart-&AddSeries(0);
&&& m_chart-&AddSeries(0);
&&& m_chart-&AddSeries(0);
&&& m_chart-&AddSeries(0);
&&& m_chart-&Series(0).SetTitle(&第1组&);
&&& m_chart-&Series(1).SetTitle(&第2组&);&&&
&&& m_chart-&Series(2).SetTitle(&第3组&);
&&& m_chart-&Series(3).SetTitle(&第4组&);
&&& m_chart-&Series(0).FillSampleValues(60);
&&& m_chart-&Series(1).FillSampleValues(60);
&&& m_chart-&Series(2).FillSampleValues(60);
&&& m_chart-&Series(3).FillSampleValues(60);
结果如下:
新的下载地址:
源码下载:
testTee(teechart8简单用例).rar
【上一篇】
【下一篇】
您可能还会对这些文章感兴趣!
有TeeChart8|TeeChart8.ocx控件吗?能给发一个吗?感谢!
本站基于 Loachs 技术构建

我要回帖

更多关于 vc 6.0错误 的文章

 

随机推荐