Drawing a graph using c# -


i've constructed windows form app. windows form take 1 year user , decrease 4 times. example, if user entered 2010, other 4 texboxes show 2006, 2007, 2008 , 2009. furthermore, there 4 "salary" inputs in form user insert manually. salary 2006, 2007, 2008 , 2009. however, want want create button when clicked, shows scatter graph. x-axis represents entered years , y-axis represents entered "salaries" while in mid of graph there points (scatter plot) if 2006 salary lets 30, in graph there point in intersection between 2006 , 30. hope guys understand want, can me please?

to summarize, want c# draw scatter plot diagram: x-axis represents years , y-axis represents salary. years , salary inputs user.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -