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…
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