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
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.
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.
精彩评论