Search found 4 matches
- Mon Dec 21, 2009 2:55 pm
- Forum: JFreeChart - Stockmarket
- Topic: Candlestick Timeline problem
- Replies: 10
- Views: 129980
Re: Candlestick Timeline problem
Thanks very much skunk, this looks very, very close to what I needed. I have some other things in the pipe the next days (family business etc), but will come back if I integrated it.
- Thu Dec 17, 2009 9:31 pm
- Forum: JFreeChart - Stockmarket
- Topic: Candlestick Timeline problem
- Replies: 10
- Views: 129980
Re: Candlestick Timeline problem
Thanks, Skunk, I gave it a hack. Now I have to manage min/max date myself, because symbol axis only translates between integer and a (limited) list of symbol strings. Also I think, a time in ms as practically unbounded value does not fit into this. For testing, I used some symbol values, nothing is ...
- Thu Dec 17, 2009 2:31 pm
- Forum: JFreeChart
- Topic: My answer to intraday segmentedtimeline problems
- Replies: 17
- Views: 46093
Re:
Thanks for posting this. The segmented date axis code is pretty complex and I wonder whether a completely new approach might be worth trying. ... I had an idea to simplify the whole approach to segemented timelines. Normally, at least I wouldn't need such a complex feature, if there was a possibilt...
- Thu Dec 17, 2009 2:07 pm
- Forum: JFreeChart - Stockmarket
- Topic: Candlestick Timeline problem
- Replies: 10
- Views: 129980
Re: Candlestick Timeline problem
Hi, got a similar if not same issue. I want to show intraday candles, lines and shapes on a chart, but only for selected time windows of the day (not necessarily regular trading hours, but windows generally defined by application logic through data selection). I'd like to have something more simple ...