OHLC « Development « JFreeChart Q&A





1. ohlc chart in JFreeChart    stackoverflow.com

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 ...

2. ohlc chart in jfreechart    stackoverflow.com

Is there a way to detect when the mouse goes over a bar in the chart ?

3. Creating OHLC daily chart, time keeps reading 11:59 am    jfree.org

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 ...

5. Has anyone successfully created intraday OHLC charts?    jfree.org

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 ...