以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 动态增加图表控件 报错 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=190655) |
-- 作者:有点蓝 -- 发布时间:2024/2/27 20:29:00 -- 参考:http://www.foxtable.com/webhelp/topics/1409.htm Dim Chart As WinForm.Chart Chart = e.Form.CreateControl("Chart1", ControlTypeEnum.Chart) Dim Series As WinForm.ChartSeries Chart.ChartType = ChartTypeEnum.Bar \'设置图表类型 Chart.SeriesList.Clear() \'清除图表原来的图系 …… |
-- 作者:有点蓝 -- 发布时间:2024/2/28 10:53:00 -- http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=170552 |
-- 作者:有点蓝 -- 发布时间:2024/2/28 13:36:00 -- http://www.foxtable.com/webhelp/topics/1042.htm |
-- 作者:有点蓝 -- 发布时间:2024/2/28 17:37:00 -- 没看懂,请说明具体是什么东西 |
-- 作者:有点蓝 -- 发布时间:2024/2/29 8:37:00 -- http://www.foxtable.com/webhelp/topics/1022.htm |