Page 1 of 1

Candles do not coinside with timelines.. why?

Posted: Thu Apr 29, 2010 7:03 pm
by Dymytry
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 zero seconds.
As for plotting, I add my data to the series via series.add(new Minute(mynextdate)), probably a problem is here?

Re: Candles do not coinside with timelines.. why?

Posted: Thu Apr 29, 2010 8:38 pm
by skunk
Have you experimented with this method in DateAxis?

Code: Select all

public void setTickMarkPosition(DateTickMarkPosition position)