I am happy to see that there is a JavaFX wrapper for JFreeChart!
After moving with my charting application from Swing to JavaFX i discovered that the CrosshairOverlayFX is delayed on my CombinedXYPlot with 750 candlesticks as DefaultHighLowDataset. Adding more data to the chart (XYPlots as sub plots and TimeSeriesCollection data of the same size) makes the cross hair overlay so slow that it cannot be used seriously.
I have enable caching in the ChartCanvas Region but it does not change anything. Are there other possibilities to improve performance of the overlay? In swing the cross hair overlay worked perfectly and very fast with exact the same settings and data
I am happy to see that there is a JavaFX wrapper for JFreeChart!
After moving with my charting application from Swing to JavaFX i discovered that the
CrosshairOverlayFXis delayed on myCombinedXYPlotwith 750 candlesticks asDefaultHighLowDataset. Adding more data to the chart (XYPlots as sub plots andTimeSeriesCollectiondata of the same size) makes the cross hair overlay so slow that it cannot be used seriously.I have enable caching in the
ChartCanvasRegion but it does not change anything. Are there other possibilities to improve performance of the overlay? In swing the cross hair overlay worked perfectly and very fast with exact the same settings and data