Draw Graph to a Second Degree Function C# Windows Form [closed]

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

Leave a Comment