C#图形功能 [英] C# Graphing Functions

查看:89
本文介绍了C#图形功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个程序,该程序允许用户输入变量,这些变量是庞大的线性方程式的一部分,然后将其绘制成图形.唯一的问题是,我不知道如何在C#中制作图形.有谁有一个相当简单的方法来做到这一点? (此外,我没有该项目的财务资源,所以请不要告诉我去购买一些图形控件或其他工具.)

我也在寻找一种在HTML,JavaScript或PHP中做到这一点的方法.实际上,这将更加有用.

I am working on a program that allows a user to input variables which are part of a huge linear equation which is then graphed. The only problem is, I have no idea how to make a graph in C#. Does anyone have a fairly simple way to do this? (Also, I have no financial resources for this project, so please don''t tell me to go and buy some graphing control or whatnot.)

I am also looking for a way to to this in HTML, JavaScript, or PHP. In fact, that would be even more helpful.

推荐答案

嗯,您已经有了大致的了解.本身没有内置图形功能.有Bitmap和Graphics类,您可以使用它们绘制任何内容.我相信Crystal Reports是免费的,并且会绘制图表.我可以肯定,如果您用Google搜索,微软和其他公司也有免费的图形控件.我从来不需要一个,所以我没有具体的建议.
Well, you have the general idea. There''s nothing built in that does graphing per se. There is the Bitmap and Graphics classes, and you can draw whatever you like with those. I believe Crystal Reports is free and will do graphs. I am certain Microsoft and others have free graphing controls as well, if you google for them. I''ve never needed one, so I have no specific recommendations.


这篇关于C#图形功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆