I want to implement the curved line chart in javafx. There should be curves instead of line to join all the points in line chart.Is there any method to do that?
Asked
Active
Viewed 2,243 times
1
-
1Have a look at http://fxexperience.com/2012/01/curve-fitting-and-styling-areachart/ – James_D Mar 28 '16 at 11:50
-
yes..but I got some sharp edges while giving some points.. – Babesha F M Mar 29 '16 at 04:22
1 Answers
0
No, there isn't. But you can override e. g. the XYChart and implement our own methods. It's not that hard to do, e. g. I implemented a Gantt chart here which shows you how to implement your own chart.