Joined
·
2 Posts
anyhelp with this ..& i will be really thankful
Write C# code to draw the graph in the client area of the form according to the X,Y data as shown below. Assume the data is stored in an array list object and each item in the array list is an object of Point class.
X Y
1 5.3
2 7.2
3 9.4
4 14.9
5 15.6
6 13.7
7 12.2
8 11.6
9 10.9
10 10.8
Show the changes you will make to execute the graph drawing code in part h) in a separate thread in C#.
Thanks in advance
Happy New Year M
Monica
Write C# code to draw the graph in the client area of the form according to the X,Y data as shown below. Assume the data is stored in an array list object and each item in the array list is an object of Point class.
X Y
1 5.3
2 7.2
3 9.4
4 14.9
5 15.6
6 13.7
7 12.2
8 11.6
9 10.9
10 10.8
Show the changes you will make to execute the graph drawing code in part h) in a separate thread in C#.
Thanks in advance
Happy New Year M
Monica