creating line graphs

bfsog

Well-known member
Joined
Apr 21, 2005
Messages
50
Location
UK
Programming Experience
5-10
Hey,

Are there any controls that make produce line graphs?

I have done some digging, and found it's common to use a PictureBox.

Next question, are there any well known chart creating classes, the examples that I have found online are very code heavy,

My requirement is to give the function/class some values (user inputted) and create and display a line graph, with x/y axis and labels on the form.

Also once the graph is drawn, to be able to use slider controls to tweak the data.
Any pointers?
 
Back
Top