Search found 4 matches
- Thu Apr 29, 2010 7:03 pm
- Forum: JFreeChart - Stockmarket
- Topic: Candles do not coinside with timelines.. why?
- Replies: 1
- Views: 10111
Candles do not coinside with timelines.. why?
Hello guys! I'm plotting the candlestick chart, it was great before I have found a problem: my candlesticks are placed not right above the minute timelines, but between them! I mean each candle is placed in the XXminutes:30seconds position. Whats up? I have checked my dates array - its ok, it has ze...
- Thu Jan 28, 2010 2:40 pm
- Forum: JFreeChart - Stockmarket
- Topic: How can I create a chart with arrows, pointing to trades?
- Replies: 4
- Views: 16735
Re: How can I create a chart with arrows, pointing to trades?
Thank you, skunk!
It works.
It works.
- Fri Jan 22, 2010 4:35 pm
- Forum: JFreeChart - Stockmarket
- Topic: How can I create a chart with arrows, pointing to trades?
- Replies: 4
- Views: 16735
Re: How can I create a chart with arrows, pointing to trades?
Thank you, skunk, but as far as I understand Pointer classes are implemented only for XY plots and Category plots.
- Fri Jan 22, 2010 2:52 pm
- Forum: JFreeChart - Stockmarket
- Topic: How can I create a chart with arrows, pointing to trades?
- Replies: 4
- Views: 16735
How can I create a chart with arrows, pointing to trades?
Hello everyone! My task is to create a financial candlestick chart and indicate the points in that chart where trades have been made. I can see two possible solutions: 1) To draw arrows somehow. How can I place an array of arrows to my chart? 2) To draw something instead of arrows. For example, I ca...