Search found 1 match
- Tue Jan 23, 2018 11:20 am
- Forum: JFreeChart
- Topic: JFreeChart line not displayed correctly
- Replies: 1
- Views: 6931
JFreeChart line not displayed correctly
Hello, I am creating a chart and notice that the points are not connected in the right order. In the code mentioned below, the point (3,6) with point (4,5) would actually have to pass through connected to a line, instead it is connected to point (4,3). Does anyone have an idea how to solve this? Tha...