I'm trying to plot real-time graph, with time axis, but I have found the LineChart
constructor only has the signature.
LineChart(Axis<X> xAxis, Axis<Y> yAxis)
I think embedding jfree chart in javafx is not a proper solution.
I want a few of the jfree features in a javafx LineChart
, is this possible?