How can i draw a line graph in Java Swing
. I'm making a program in which when user clicks on a jframe it will record its coordinate and when it click on a button named Draw Graph, it generates a line graph using the points. So, How can i draw a line graph in Swing
Draw a simple line graph in Swing
1.8k Views Asked by Parth Soni At
3
You can use JFreeChart to plot different kinds of graphs.