Search found 1 match
- Sun Oct 07, 2012 3:17 pm
- Forum: JFreeChart - Stockmarket
- Topic: candlestick and line graph
- Replies: 0
- Views: 55601
candlestick and line graph
Hi, So I am new to jfreeChart but getting along nicely. I have succesfully got it plotting candlesticks in real time I am using a OHLCDataset[]. I want to plot some trendlines on the same graph. I can get the open/close data etc out of the list of OHLCDataItem's and create a new data set of them - D...