Real Time Candle stick chart using javafx (and no jfreechart )
问题 I want to make a candlestick chart which reads stream of data and then plot it (so it will be plotting either as data comes or after certain period it will update the previous plot). I do not want to use any third party software as Jfree chart want it to be build from javafx directly. Any help will be highly appreciated. Thank you Edit : Can anyone tell me how stage.show() works like which class which method it involke. 回答1: The Ensemble application includes a candlestick chart implementation