使用c Sharp的条形图
我开发了一个Windows应用程序,它在4个textboex中提供输出,现在我想将这4个值放入另一个窗口中的Bar Grapg中,我已经下载了wd MS图表,但无法理解如何使用它来制作窗口一键将这些文本框值显示到聊天栏中
i had developed a windows app, which is is giving ouput in 4 textboexs,now i want these 4 values in to a Bar Grapg in another window, i had download wd MS chart but not able to understanad how to use it to make a window which displays these texeboxes values into bar chat in 1 click
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建任何类型的图表至少需要一些工作量。这取决于您使用的图表库。我会推荐NPlot,因为它是免费的、小且非常易于使用。
Creating chart of any kind takes at least some amount of work. And it depends upon the charting library you are using. I would recommend NPlot as it is free, small and very easy to work with.
不太确定这个问题,但我会看看 http://code.msdn.microsoft.com/mschart 。有大量文档,甚至还有一些示例代码。
我在之前的项目中使用过 MsCharts,发现这些示例已经足够了。
Not real sure of the question but I would look at http://code.msdn.microsoft.com/mschart. There is plenty of documentation and even some sample code.
I have used MsCharts for a previous project and found the examples rather sufficient.