在Windows应用程序中创建图
问题描述:
如何使用C#在Visual Studio 2005的Windows应用程序中创建图形?我在数据库中有某种数据.我想为数据创建图
how to create graph in windows application in visual studio 2005 using c#? i have some sort of data in database. i want to create the graph for data
答
ASP.NET没有内置图.您需要购买,编写或使用免费的库来执行此操作. Google是您的朋友.
There is no graphing built in to ASP.NET. You need to buy, write or use a free library to do this. Google is your friend.
检查此链接 [ ^ ]
您可以对Windows应用程序使用 MS Chart Control
和示例
使用MS Chart的折线图
You can use MS Chart Control for windows application
and Example
Line chart using MS Chart