Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/279.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将图形绘制为二次函数C#Windows窗体_C# - Fatal编程技术网

将图形绘制为二次函数C#Windows窗体

将图形绘制为二次函数C#Windows窗体,c#,C#,我有一个二次函数,使用Windows窗体绘制图形的最佳方法是什么?1)设置参数范围(例如-20一个方程没有图形,一个函数有…我解决了这个问题…我在问一种绘制图形的方法我应该使用什么绘制一个f(x,y)=c的图形仅仅是通过执行f(x,y)来实现的) 1) Set range of arguments (for example -20<x<20) 2) compute values for this points (with accuracy 0.5) 3) Scale your gra

我有一个二次函数,使用Windows窗体绘制图形的最佳方法是什么?

1)设置参数范围(例如-20一个方程没有图形,一个函数有…我解决了这个问题…我在问一种绘制图形的方法我应该使用什么绘制一个f(x,y)=c的图形仅仅是通过执行f(x,y)来实现的)
1) Set range of arguments (for example -20<x<20)
2) compute values for this points (with accuracy 0.5)
3) Scale your graph to display resolution
4) Connect points by lines