I'm currently working on a financial alerts application , and for the client interface I've decided to use JFreeChart. However as I'm new to it ,there are some important things that ...
i am trying to make a daily OHLC chart no matter what i set for hours and minutes in my OHLCSeries i get a chart that has bars with 11:59 am as the hour. this means that if each bar has its hour set to 3:00pm or 7:00am, the time on the chart keeps reading 11:59am am i doing something wrong ...
that most likely means you try to cram too much data into too small a chart. Simply put, if your chart is 2000 pixels wide and spans an entire 24 hour interval, you still have only 100 pixels per hour, or under 2 pixels per minute. That's never going to fit all your data, so you either have to have a ...