Search found 1 match

by dagaz
Sat Feb 11, 2012 10:53 am
Forum: JFreeChart - Stockmarket
Topic: How do I get no gaps between candlesticks?
Replies: 2
Views: 16722

Re: How do I get no gaps between candlesticks?

I have fixed this with this line of code:

Code: Select all

itemCount = state.getLastItemIndex() - state.getFirstItemIndex();