How to problem with overlaid chart ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
donahouse
Posts: 2
Joined: Thu Mar 07, 2019 10:14 am
antibot: No, of course not.

How to problem with overlaid chart ?

Post by donahouse » Fri Mar 08, 2019 2:21 am

hi,

I want to plot stock data (Candlesticks) and superposed to that I want to display certain signals.


The signals are the blue squares. Unfortunatelly they are not exactly displayed at the point I want them to, instead they are slightly shifted to the right.

The Candlestick data en the volume data are both of the type HighLowDataset. The signals however are of the type XYDataset. Could this be the problem? And how to solve it?

thanks,

regards,
donahouse

Locked