1

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?

1 Answers1

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.

Community
  • 1
  • 1
Roland
  • 18,114
  • 12
  • 62
  • 93