Another excellent article on JavaFX charts this time covering the various types of XYCharts.
The remaining five types of charts are all meant to work with XY data. These charts are all subtypes of the XYChart base class…
I've been maintaining FX Experience for a really long time now, and I love hearing from people who enjoy my weekly links roundup. One thing I've noticed recently is that maintaining two sites (FX Experience and JonathanGiles.net) takes more time than ideal, and splits the audience up. Therefore, FX Experience will become read-only for new blog posts, but weekly posts will continue to be published on JonathanGiles.net. If you follow @FXExperience on Twitter, I suggest you also follow @JonathanGiles. This is not the end - just a consolidation of my online presence to make my life a little easier!
tl;dr: Follow me on Twitter and check for the latest news on JonathanGiles.net.
Another excellent article on JavaFX charts this time covering the various types of XYCharts.
The remaining five types of charts are all meant to work with XY data. These charts are all subtypes of the XYChart base class…
Hello, Dean. I’m currently working on a new Technical Article which features the JavaFX Charts. As I’ve been working through an example of a LineChart, I have been able to change the stroke widths for pretty much every line EXCEPT the plotted data line. Am I missing this particular variable in the API, or has this not been implemented yet? If it is not part of the API, I think it is important enough (considering the difficulty in seeing the 1 pixel line) to add to the next release.
Thanks for your help!
Chris
Hi, Chris
Do’h looking at the code I have missed out any way to set the strokeWidth or other stroke settings in LineChart. If you file a JIRA bug on it I will add it in the next release.
Thanks,
Jasper