I need to make candlestick chart, ohlc chart, xyplot (probably all in different application)
I have tried both jfreechart and javafx chart and is successful in implementing both.
As these charts are from trading perspective and hence they are dynamic in nature.
I liked javafx more than jfreechart....
But I want concrete reasonas to why should I choose javafx over jfreechart.
Has anybody done any research on it.
My application has requirement of plotting some (at max.) 100 point dynamically.
Thanks